UNPKG

hyj-ui

Version:

测试文件

12 lines (9 loc) 180 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.test = void 0; var test = function test() { console.log('test'); }; exports.test = test;