Documentation
    Preparing search index...

    Interface for Basalt key transformer.

    interface BasaltKeyTransformer {
        transformKey(key: string): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Transforms a single key from any case to another case.

      Parameters

      • key: string

        The key string to transform.

      Returns string

      The key string transformed into the desired case.