PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
@types
/
config
import { IConfig } from "./"; type AsyncFunction<T, R> = (this: IConfig, config: string, origValue: T) => Promise<R>; export function asyncConfig<R>(promise: Promise<any>): Promise<R>; export function asyncConfig<T, R>(func: AsyncFunction<T, R>): Promise<R>; export function resolveAsyncConfigs(config: IConfig): Promise<IConfig>;
[-] async.d.ts
[edit]
[+]
..
[-] raw.d.ts
[edit]
[-] index.d.ts
[edit]
[-] package.json
[edit]
[-] defer.d.ts
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]