UNPKG

uinix-fp-props

Version:
4 lines (3 loc) 147 B
export function props<V>(path: string, options?: { isStrict?: boolean | undefined; } | undefined): <X extends Record<string, any>>(x: X) => V;