kernel-dns-client/dist/index.d.ts

3 lines
175 B
TypeScript

export declare function resolve(domain: string, params: any, force?: boolean): Promise<any>;
export declare function ready(): Promise<any>;
//# sourceMappingURL=index.d.ts.map