PHP 7.4.33
Preview: index.js Size: 634 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/tailwindcss/lib/value-parser/index.js
"use strict";
var parse = require("./parse");
var walk = require("./walk");
var stringify = require("./stringify");
function ValueParser(value) {
    if (this instanceof ValueParser) {
        this.nodes = parse(value);
        return this;
    }
    return new ValueParser(value);
}
ValueParser.prototype.toString = function() {
    return Array.isArray(this.nodes) ? stringify(this.nodes) : "";
};
ValueParser.prototype.walk = function(cb, bubble) {
    walk(this.nodes, cb, bubble);
    return this;
};
ValueParser.unit = require("./unit");
ValueParser.walk = walk;
ValueParser.stringify = stringify;
module.exports = ValueParser;

Directory Contents

Dirs: 0 × Files: 8
Name Size Perms Modified Actions
51 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
634 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
1.05 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
9.48 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
198 B lrw-r--r-- 2025-06-16 05:45:41
Edit Download
1.22 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
2.42 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
462 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).