3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
declare type ExplicitAny = any;
|