UNPKG

@makerdao/dai

Version:

Library for interacting with the Dai Stablecoin System.

7 lines (6 loc) 307 B
export function captureConsole(cb: any): void; export function promisify(fn: any): (...args: any[]) => Promise<any>; export function getNetworkName(networkId: any): string; export function slug(): string; export function promiseWait(ms: any): Promise<any>; export function uniqueId(object: any): any;