export function noop(): void {} export function identity(value: T): T { return value; }