@lcap/nasl
Version:
NetEase Application Specific Language
12 lines • 440 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toRaw = exports.toRawVue = void 0;
const nasl_utils_1 = require("@lcap/nasl-utils");
// @ts-expect-error
const toRawVue = (node) => node?.__v_raw ?? node;
exports.toRawVue = toRawVue;
function toRaw(data) {
return nasl_utils_1.isBrowser && exports.toRawVue ? (0, exports.toRawVue)(data) : data;
}
exports.toRaw = toRaw;
//# sourceMappingURL=vue.js.map