UNPKG

ts-mock-imports

Version:

Intuitive mocking for Typescript class imports

2 lines (1 loc) 47 B
export type StringKeyOf<T> = keyof T & string;