UNPKG

gtf-nostream

Version:

utilities to read GTF data

6 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseStringSync = void 0; const api_1 = require("./api"); Object.defineProperty(exports, "parseStringSync", { enumerable: true, get: function () { return api_1.parseStringSync; } }); //# sourceMappingURL=index.js.map