UNPKG

ts-type

Version:

TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types

10 lines 286 B
"use strict"; /** * 深層映射工具 * Deep Mapping Utilities * * 提供對物件進行深層類型轉換的工具 * Provides utilities for deep type transformation of objects */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=deep-map.js.map