Skip to main content

@microsoft/fast-element > Global

Global type

The platform global type.

Signature:
export declare type Global = typeof globalThis & {
trustedTypes: TrustedTypes;
readonly FAST: FASTGlobal;
};