UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

7 lines (6 loc) 245 B
declare const _default: { nullOrUndefined: (value: unknown) => boolean; object: <T extends Record<string, unknown>>(value: unknown) => value is T; array: <T_1 = unknown>(value: unknown) => value is T_1[]; }; export default _default;