UNPKG

webmat

Version:

Formats your entire project with clang-format

11 lines (8 loc) 214 B
import * as esprima from 'esprima'; declare module 'esprima' { export interface ESLocation { line: number; column: number; } export interface Token { loc?: {start: ESLocation; end: ESLocation;} } }