frontend/.pnpm-store/v3/files/3e/004120bca7e8a32da28c40e05db1e72d34637973b784324ecab2b5a1d3100641ea07d07427684534ed4bd7e79c9e1c86b256f1017a3c751e97f9b91e0bcb8a

7 lines
156 B
Plaintext

import { exhaustAll } from './exhaustAll';
/**
* @deprecated Renamed to {@link exhaustAll}. Will be removed in v8.
*/
export const exhaust = exhaustAll;