UNPKG

@lazy-cjk/zh-table-alias

Version:
10 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._mergeTable = _mergeTable; const tslib_1 = require("tslib"); const deepmerge_plus_1 = tslib_1.__importDefault(require("deepmerge-plus")); function _mergeTable(table_jp, table_plus) { // @ts-ignore return (0, deepmerge_plus_1.default)(table_jp, table_plus); } //# sourceMappingURL=table.js.map