UNPKG

111 BTypeScriptView Raw
1import now from "./now";
2
3declare const defaultExport: {
4 now: typeof now;
5};
6export default defaultExport;