@launchdarkly/js-server-sdk-common
Version:
LaunchDarkly Server SDK for JavaScript - common code
11 lines • 308 B
TypeScript
/**
* The LaunchDarkly client feature flag requestor
*
* The client uses this internally to retrieve feature flags from LaunchDarkly.
*
* @ignore
*/
export interface LDFeatureRequestor {
requestAllData: (cb: (err: any, body: any) => void) => void;
}
//# sourceMappingURL=LDFeatureRequestor.d.ts.map