6 lines
209 B
JavaScript
6 lines
209 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const format_1 = require("./format");
|
|
const format = [format_1.default];
|
|
exports.default = format;
|
|
//# sourceMappingURL=index.js.map
|