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