UNPKG

ast-types

Version:

Esprima-compatible implementation of the Mozilla JS Parser API

6 lines (5 loc) 160 B
import { Fork } from "../types"; export default function (fork: Fork): { (a: any, b: any, problemPath?: any): boolean; assert(a: any, b: any): void; };