@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
9 lines (8 loc) • 523 B
TypeScript
export type { AllowItNumber } from "./allow-it-number.type";
export type { ArrayToObject } from './array-to-object.type';
export type { CounterConfig } from './counter-config.type';
export type { ExpectType } from './expect-type.type';
export type { InstanceOfConstructor } from './instance-of-constructor.type';
export type { IntersectionOfInstances } from './intersection-of-instances.type';
export type { PrototypeOf } from './prototype-of.type';
export type { UnionToIntersection } from './union-to-intersection.type';