UNPKG

dtrim

Version:

A tool for trimming deep/lenghty javascript structures. Some potential usages are: debugging, logging or data sanitization.

3 lines (2 loc) 116 B
export declare const getTag: (value: unknown) => string; export declare const getSize: (collection: any) => number;