UNPKG

magic-hook

Version:

Extends functions with pre hooks.

6 lines (4 loc) 105 B
declare function flatten(...args: any[]): any[]; declare module 'flatten' { export default flatten; }