UNPKG

gatsby

Version:
5 lines (4 loc) 210 B
import { Rule } from "eslint"; import { GatsbyReduxStore } from "../redux"; export declare function isPageTemplate(s: GatsbyReduxStore, c: Rule.RuleContext): boolean; export declare function test(t: any): any;