UNPKG

eslint-config-proste

Version:
3 lines (2 loc) 94 B
export type VueVersion = 2 | 3; export type ReactVersion = 'detect' | Omit<string, 'detect'>;