UNPKG

neon-cli

Version:

Build and load native Rust/Neon modules.

4 lines (3 loc) 156 B
export declare type Logger = (msg: string) => void; export declare function setup(newLogger: Logger): void; export default function log(msg: string): void;