UNPKG

@flex-development/tutils

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