UNPKG

ts-type

Version:

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

10 lines 318 B
"use strict"; /** * 字串類型推斷工具 * String Type Inference Utilities * * 提供從字串字面量類型推斷基礎類型的工具 * Provides utilities for inferring base types from string literal types */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=infer.js.map