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

3 lines
175 B
TypeScript
Raw Normal View History

2022-07-20 11:11:06 +00:00
export declare function resolve(domain: string, params: any, force?: boolean): Promise<any>;
2022-08-14 10:54:52 +00:00
export declare function ready(): Promise<any>;
2022-07-20 11:11:06 +00:00
//# sourceMappingURL=index.d.ts.map