UNPKG

ts-type

Version:

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

12 lines 311 B
"use strict"; /** * Promise 類型工具 * Promise Type Utilities * * 提供 Promise 相關的類型操作工具 * Provides Promise-related type manipulation utilities * * Created by user on 2019/6/11. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=promise.js.map