human/types/log.d.ts

2 lines
50 B
TypeScript
Raw Normal View History

2021-02-08 18:47:38 +01:00
export declare function log(...msg: any[]): void;