novx
    Preparing search index...

    Interface LocaleBackingStore

    interface LocaleBackingStore {
        getLocale(): Locale | undefined;
        setLocale(locale: Locale): void;
    }

    Implemented by

    Index

    Methods