UNPKG

rawx

Version:

process daemon with utilities

18 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const some_colors = require("./some_colors"); const Ops = require("./ops"); const no_colors = { label: "", default: "", accent: "", forky: "", errata: "", fleck: "", }; module.exports = { Ops, some_colors, no_colors, }; //# sourceMappingURL=index.js.map