/** * Pick value at a given dot notation path * @template T * @param {Object. | Object.(source: Record | Array>, path: string) => T; export default pick;