Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / dist / vendor / postcss / stringify.js
Size: Mime:
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
    return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const stringifier_1 = __importDefault(require("./stringifier"));
function stringify(node, builder) {
    const str = new stringifier_1.default(builder);
    str.stringify(node);
}
exports.default = stringify;
//# sourceMappingURL=stringify.js.map