UNPKG

charmlog

Version:
4 lines 321 B
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