UNPKG

ts-type

Version:

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

10 lines 285 B
"use strict"; /** * 聯合類型邏輯工具 * Union Type Logic Utilities * * 提供聯合類型相關的邏輯判斷工具 * Provides union type-related logic detection utilities */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=index.js.map