Types useful only for debugging and testing other types.
0.1.0
2.0.0-alpha — Renamed from Meta (meta) to Debug.
import { Debug } from '@maddimathon/utility-typescript/types';import { ... } from '@maddimathon/utility-typescript/types/debug'; Copy
import { Debug } from '@maddimathon/utility-typescript/types';import { ... } from '@maddimathon/utility-typescript/types/debug';
For debugging types with intellisense/etc. Should only be used temporarily.
Types useful only for debugging and testing other types.
Since
0.1.0
Since
2.0.0-alpha — Renamed from Meta (meta) to Debug.
Example