UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

7 lines (6 loc) 339 B
export declare function merge(...sets: 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): any[]; export declare function assign(target: object, source: any): any;