UNPKG

ts-type

Version:

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

12 lines 321 B
"use strict"; /** * 類型推断工具 * Type Inference Utilities * * 提供迭代器和其他類型相關的工具類型 * Provides iterator and other type-related utility types * * Created by user on 2019/6/11. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=typeof.js.map