@tusss/ood
    Preparing search index...

    Type Alias KeyOrString<T>

    KeyOrString: T | string & {}

    Type helper to allow a string literal to be used as a key or a regular string. By setting this type, you can benefit from LSP's autocompletion feature, as well as type checking.

    Type Parameters

    • T extends string