7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
/**
|
|
* @fileoverview ESLint Scope types in ESM format.
|
|
* @author Francesco Trotta
|
|
*/
|
|
|
|
export * from "./index.cjs";
|