human/types/log.d.ts

2 lines
50 B
TypeScript
Raw Normal View History

2021-03-17 23:57:00 +01:00
export declare function log(...msg: any[]): void;