UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

9 lines 246 B
/** * AssertNever is a utility function that can be used for exhaustiveness checks in switch statements. * * @public */ export function assertNever(x) { throw new Error('Unexpected object: ' + x); } //# sourceMappingURL=assertNever.js.map