Sha256: c17b0fd1419b9901e865307a1e92e44c22e26c1477ca4750070f2109780a2e05
Contents?: true
Size: 349 Bytes
Versions: 91
Compression:
Stored size: 349 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
91 entries across 91 versions & 11 rubygems