ts-type
Version:
TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types
12 lines • 372 B
JavaScript
;
/**
* Any 類型判斷工具
* Any Type Detection Utilities
*
* 提供檢測類型是否為 any 的工具
* Provides utilities for detecting if a type is any
*
* @see https://stackoverflow.com/questions/49927523/disallow-call-with-any/49928360#49928360
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=any.js.map