@beyond-js/finder
Version:
@beyond-js/finder is a lightweight utility that makes file discovery in Node.js projects simple and efficient. Connected to @beyond-js/watchers, it works in real time — detecting changes instantly and keeping your file queries always up to date. Ideal for
21 lines (20 loc) • 445 B
JavaScript
define(["exports"], function (_exports) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.default = void 0;
var _default = _exports.default = {
"package": "@beyond-js/finder",
"version": "1.0.8",
"languages": {
"supported": [],
"default": "en"
},
"environment": "production",
"global.css": true,
"params": {},
"ssr": {},
"backend": {}
};
});