UNPKG

ts-type

Version:

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

12 lines 353 B
"use strict"; /** * 記錄(Record)類型操作工具 * Record Type Manipulation Utilities * * 提供物件鍵盤操作的工具類型 * Provides utility types for object key manipulation * * @see https://stackoverflow.com/a/55479659/4563339 */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=record.js.map