Skip to main content

@microsoft/fast-element > TrustedTypes

TrustedTypes type

Enables working with trusted types.

Signature:
export declare type TrustedTypes = {
createPolicy(name: string, rules: TrustedTypesPolicy): TrustedTypesPolicy;
};