UNPKG

266 BTypeScriptView Raw
1declare module 'remark-mdx' {
2 import type * as unified from 'unified'
3
4 const mdx: unified.Attacher
5 export = mdx
6}
7
8declare module 'eslint/use-at-your-own-risk' {
9 import type { Rule } from 'eslint'
10
11 export const builtinRules: Map<string, Rule.RuleModule>
12}