UNPKG

@thinql/parse

Version:
12 lines (11 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const unquotedString = { match: /[^"'`<>=*!+()\s]+/ }; var _default = unquotedString; exports.default = _default; //# sourceMappingURL=unquotedString.js.map