UNPKG

cld3-asm

Version:

WebAssembly based Javascript bindings for google compact language detector 3

9 lines 363 B
declare type logFunctionType = (message: string, ...optionalParams: Array<any>) => void; declare const log: logFunctionType; /** * Enables logging internal behavior of cld3-asm. * @param logger function to log. */ declare const enableLogger: (logger: logFunctionType) => void; export { enableLogger, logFunctionType, log }; //# sourceMappingURL=logger.d.ts.map