UNPKG

@flex-development/tutils

Version:
10 lines (9 loc) 210 B
/** * @file Type Definitions - FIXME * @module tutils/types/FIXME */ /** * Helper type indicating a type that needs a better type definition. */ declare type FIXME = any; export { type FIXME as default };