UNPKG

mini-preproc

Version:

A simple, light, and fast text preprocessor implemented as a node transform stream.

6 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createPreprocStream = void 0; const mini_preproc_1 = require("./mini-preproc"); Object.defineProperty(exports, "createPreprocStream", { enumerable: true, get: function () { return mini_preproc_1.createPreprocStream; } }); //# sourceMappingURL=index.js.map