UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

3 lines (2 loc) 85 B
declare const typeOf: (value: unknown | unknown[]) => string; export default typeOf;