UNPKG

@withjoy/sdk-js

Version:
12 lines (11 loc) 288 B
declare const LE: { init: (options: any) => boolean; createLogStream: (options: any) => boolean; to: (name: any) => any; destroy: (name: any) => void; log: () => void; warn: () => void; error: () => void; info: () => void; }; export default LE;