Sha256: 04ebb32bbd4e938388c4d313a10733e7b65acc75841914a2daad52690e43de49
Contents?: true
Size: 343 Bytes
Versions: 52
Compression:
Stored size: 343 Bytes
Contents
export declare function merge(...sets: Array<string>): string; export declare function subexp(str: string): string; export declare function typeOf(o: any): string; export declare function toUpperCase(str: string): string; export declare function toArray(obj: any): Array<any>; export declare function assign(target: object, source: any): any;
Version data entries
52 entries across 51 versions & 7 rubygems