UNPKG

ts-type

Version:

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

10 lines 289 B
"use strict"; /** * 迭代器類型定義 * Iterator Type Definitions * * 提供 Iterator 和 IteratorResult 的類型定義 * Provides Iterator and IteratorResult type definitions */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=iterator.js.map