smartlog/dist/index.d.ts

4 lines
132 B
TypeScript
Raw Permalink Normal View History

2018-01-28 03:31:06 +00:00
import { Smartlog } from "./smartlog.classes.smartlog";
export { Smartlog };
export declare const getDefaultLogger: () => Smartlog;