UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

8 lines (7 loc) 215 B
export declare class ReplaceToken { private serviceContainerContext; private _cachedProviders; resolve(source: string): Promise<string>; hasToken(source: string): boolean; private buildRegExp; }