UNPKG

sortier

Version:
6 lines (5 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JsonReprinter = void 0; const index_js_1 = require("./reprinter/index.js"); Object.defineProperty(exports, "JsonReprinter", { enumerable: true, get: function () { return index_js_1.Reprinter; } });