aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/types/grammar.d.ts
blob: 1480085be7ac413dd0d50b28920be986d17dbdcd (plain) (blame)
1
2
3
4
5
declare module '*.grammar' {
  import type { LRParser } from '@lezer/lr';

  export const parser: LRParser;
}