UNPKG

@jswork/next-deep-each

Version:

Deep each for next.

8 lines (7 loc) 180 B
interface NxStatic { deepEach: ( target: any, callback: (key: string, value: any, target: any, isary: boolean, paths: string[]) => void, context?: any ) => void; }