human/types/log.d.ts

2 lines
50 B
TypeScript

export declare function log(...msg: any[]): void;