UNPKG

@kintone/customize-uploader

Version:
11 lines (10 loc) 283 B
export declare const isUrlString: (str: string) => boolean; export declare const wait: (ms: number) => Promise<void>; export declare const parseProxy: (proxy: string) => { host: string; port: number; auth?: { username: string; password: string; }; };