mirror of
https://github.com/certd/certd.git
synced 2026-04-28 16:17:25 +08:00
chore: 1
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ export const agents: any;
|
||||
* Logger
|
||||
*/
|
||||
|
||||
export function setLogger(fn: (...msg: any) => void): void;
|
||||
export function setLogger(fn: (message: any, ...args: any[]) => void): void;
|
||||
|
||||
export function walkTxtRecord(record: any): Promise<string[]>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user