|
@@ -6,12 +6,10 @@ import type {Organization, SharedViewOrganization} from './organization';
|
|
|
|
|
|
// This declares a function which asserts that the expression called
|
|
|
// value is true:
|
|
|
-// eslint-disable-next-line prettier/prettier
|
|
|
export function assert(_value: unknown): asserts _value {}
|
|
|
|
|
|
// This declares a function which asserts that the expression called
|
|
|
// value is of type Type:
|
|
|
-// eslint-disable-next-line prettier/prettier
|
|
|
export function assertType<Type>(_value: unknown): asserts _value is Type {}
|
|
|
|
|
|
export function isNotSharedOrganization(
|