UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

3 lines (2 loc) 107 B
declare function each(elements: any[] | object, func: (v: any, k: any) => any): void; export default each;