charmlog
Version:
Library to improve logging
4 lines • 321 B
TypeScript
import type { CharmprintFunction, CharmedObject } from '../types/index';
export declare function charmprint<T extends any[] = any[], R = any>(func: CharmprintFunction<T, R>): CharmprintFunction<T, R>;
export declare function createCharmedObject(obj: CharmedObject): CharmedObject;
//# sourceMappingURL=charmprint.d.ts.map