UNPKG

@nullvoxpopuli/ember-composable-helpers

Version:
6 lines (4 loc) 222 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export type AnyFn = (...args: any[]) => any; // eslint-disable-next-line @typescript-eslint/no-explicit-any export type AnyVoidFn = (...args: any[]) => void;