UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 187 B
import { Entity } from '@techmely/types'; declare function listify<O extends Record<string, any>, T = any>(obj: O, mapFn: (key: string, value: Entity) => any): T[]; export { listify };