astro-ghostcms/.pnpm-store/v3/files/08/cd69bc201470eac21000441088a...

9 lines
138 B
Plaintext

import * as eslint from 'eslint';
/**
* Get Linter class
*/
declare function getLinter(): typeof eslint.Linter;
export { getLinter };