8b484cd35ba7c79be137c75d933fb85e2d9cabb8
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / uri-js / dist / esnext / util.d.ts
1 export declare function merge(...sets: Array<string>): string;\r
2 export declare function subexp(str: string): string;\r
3 export declare function typeOf(o: any): string;\r
4 export declare function toUpperCase(str: string): string;\r
5 export declare function toArray(obj: any): Array<any>;\r
6 export declare function assign(target: object, source: any): any;\r