UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

12 lines 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initialize = void 0; function initialize({ app }) { app.frontendTypes.forEach(ft => { if (!ft.frameworkKind) { ft.frameworkKind = 'vue2'; } }); } exports.initialize = initialize; //# sourceMappingURL=frontend-types.js.map