UNPKG

@flex-development/tutils

Version:
10 lines (9 loc) 164 B
/** * @file Type Definitions - ANY * @module tutils/types/ANY */ /** * Type representing any value. */ declare type ANY = any; export { type ANY as default };