UNPKG

ts-type

Version:

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

10 lines 281 B
"use strict"; /** * 基礎類型定義 * Base Type Definitions * * 提供常用的基礎類型別名和工具類型 * Provides commonly used base type aliases and utility types */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=base.js.map