UNPKG

301 BTypeScriptView Raw
1import { IOptions, IRuleMetadata } from 'tslint/lib';
2import { MetadataPropertyBase } from './metadataPropertyBase';
3export declare class Rule extends MetadataPropertyBase {
4 static readonly metadata: IRuleMetadata;
5 static readonly FAILURE_STRING: string;
6 constructor(options: IOptions);
7}