UNPKG

@sourcegraph/eslint-plugin-sourcegraph

Version:
5 lines (4 loc) 195 B
import { ESLintUtils } from '@typescript-eslint/experimental-utils'; declare type CreateRule = ReturnType<typeof ESLintUtils.RuleCreator>; export declare const createRule: CreateRule; export {};