UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 136 B
import { Records } from '@techmely/types'; declare function pick(state: Records, paths: string | string[]): Records; export { pick };