UNPKG

169 BTypeScriptView Raw
1import { BaseService, Sudo } from '../infrastructure';
2export declare class Lint extends BaseService {
3 lint(content: string, options?: Sudo): Promise<object>;
4}