method IFlagStore.loadFlags
IFlagStore.loadFlags(): Promise<Readonly<Record<string, FlagDefinition>>>

Load the current flag definitions from the backing store.

Return Type

Promise<Readonly<Record<string, FlagDefinition>>>

Usage

import { type IFlagStore } from "feature-flags-plugin/src/index.ts";