@typecad/typecad
Version:
🤖programmatically 💥create 🛰️hardware
12 lines (11 loc) • 360 B
TypeScript
export declare function debug(...args: any[]): void;
export declare function info(...args: any[]): void;
export declare function warn(...args: any[]): void;
export declare function error(...args: any[]): void;
declare const _default: {
debug: typeof debug;
info: typeof info;
warn: typeof warn;
error: typeof error;
};
export default _default;