UNPKG

257 BTypeScriptView Raw
1import moment = require("moment");
2export { moment };
3import * as turf from "./custom_turf";
4declare const globals: {
5 uuid: import("uuid/interfaces").v4;
6 moment: typeof moment;
7 numeral: Numeral;
8 turf: typeof turf;
9};
10export default globals;