UNPKG

jsworkerutils

Version:

Helper class that improves the the loading processes, an implementation of multithreaded JS # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the li

12 lines (11 loc) 231 B
/** * Global type defination all type definition must be made here */ export interface KeyValuePair { [key: string]: any; } export interface HttpSetting { [Key: string]: string; type: string; credentials?: any; }