UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

5 lines (3 loc) 133 B
declare function isPlainObject(value: any): boolean; declare function getTag(value: any): string; export { getTag, isPlainObject };