UNPKG

component-type

Version:
7 lines (5 loc) 109 B
/** Determine the type of the given value. */ declare function type(value: unknown): string; export = type;