UNPKG

ts-type

Version:

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

10 lines 265 B
"use strict"; /** * Proxy 類型工具 * Proxy Type Utilities * * 提供 Proxy 相關的類型操作工具 * Provides Proxy-related type manipulation utilities */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=proxy.js.map