Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib-commonjs/assertNever.d.ts

7 lines
178 B
TypeScript
Raw Permalink Normal View History

/**
* AssertNever is a utility function that can be used for exhaustiveness checks in switch statements.
*
* @public
*/
export declare function assertNever(x: never): never;