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