@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface DeprecatedFunctionsConfig {
        always: readonly Identifier[];
        conditionally: Record<BrandedIdentifier, DeprecatedFunctionInformation>;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    always: readonly Identifier[]

    Functions to always mark as deprecated

    Functions to mark as deprecated for specific argument, argument value or version. Keyed like DeprecatedFunctionsConfig.always: pkg::fn names the package the versions are checked against and matches only that one, a bare name matches any package.