UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 193 B
import { FeatureStore } from "@omnia/fx/stores"; export declare class RegistrationHelpder { static featureStore: FeatureStore; static get isTextCompletionFeatureActivated(): boolean; }