Documentation - v1.2.0-alpha.3
    Preparing search index...

    Configuration is an interface that is used to obtain configurable values

    interface Configuration {
        get<T = unknown>(path?: string[]): T;
        set(path: string[], value: unknown): void;
    }
    Index

    Methods

    Methods