Files
coopgo/node_modules/geotiff/dist-module/logging.d.ts
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

13 lines
466 B
TypeScript

/**
*
* @param {object} logger the new logger. e.g `console`
*/
export function setLogger(logger?: object): void;
export function debug(...args: any[]): void;
export function log(...args: any[]): void;
export function info(...args: any[]): void;
export function warn(...args: any[]): void;
export function error(...args: any[]): void;
export function time(...args: any[]): void;
export function timeEnd(...args: any[]): void;
//# sourceMappingURL=logging.d.ts.map