Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Namespace Debug

    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';

    Type Aliases

    TypeDump

    For debugging types with intellisense/etc. Should only be used temporarily.

    TypeDumpRecursive

    For debugging types with intellisense/etc. Should only be used temporarily.