log.d.ts 99 B

1
  1. export declare const log: (method: string, content: string, type: string, print: boolean) => void;