source: imaps-frontend/node_modules/uri-js/dist/esnext/util.d.ts@ 0c6b92a

main
Last change on this file since 0c6b92a was d565449, checked in by stefan toskovski <stefantoska84@…>, 3 months ago

Update repo after prototype presentation

  • Property mode set to 100755
File size: 343 bytes
RevLine 
[d565449]1export declare function merge(...sets: Array<string>): string;
2export declare function subexp(str: string): string;
3export declare function typeOf(o: any): string;
4export declare function toUpperCase(str: string): string;
5export declare function toArray(obj: any): Array<any>;
6export declare function assign(target: object, source: any): any;
Note: See TracBrowser for help on using the repository browser.