UNPKG

@jkcfg/std

Version:

jk standard library

5 lines (4 loc) 70 B
/** * @module std */ export declare function log(value: any): void;