UNPKG

@hint/hint-minified-js

Version:

hint that that checks if the JavaScript used by the web page is minified

8 lines 385 B
import { HintContext } from 'hint/dist/src/lib/hint-context'; import { IHint } from 'hint/dist/src/lib/types'; import { ScriptEvents } from '@hint/parser-javascript'; export default class MinifiedJsHint implements IHint { static readonly meta: import("hint/dist/src/lib/types").HintMetadata; constructor(context: HintContext<ScriptEvents>); } //# sourceMappingURL=hint.d.ts.map