UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

2 lines (1 loc) 76 B
export type KeyOfOrString<T, K = keyof T> = K extends keyof T ? K : string;