UNPKG

@qaflag/core

Version:

Base requirements for the QA Flag library

8 lines (6 loc) 124 B
export type ClassConstructor<T> = { new (...args: any[]): T; }; export type KeyValue<T = any> = { [key: string]: T; };