UNPKG

@nullvoxpopuli/ember-composable-helpers

Version:
3 lines 130 B
export type AnyFn = (...args: any[]) => any; export type AnyVoidFn = (...args: any[]) => void; //# sourceMappingURL=types.d.ts.map