UNPKG

ts-type

Version:

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

10 lines 354 B
"use strict"; /** * 鍵值對類型操作工具 * Key-Value Type Manipulation Utilities * * 提供類型安全的鍵值對操作工具,包括取得物件、Map、陣列的值類型等 * Provides type-safe key-value pair manipulation utilities */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=key-value.js.map