UNPKG

ast-types

Version:

Esprima-compatible implementation of the Mozilla JS Parser API

8 lines (7 loc) 256 B
/** * Type annotation defs shared between Flow and TypeScript. * These defs could not be defined in ./flow.ts or ./typescript.ts directly * because they use the same name. */ import { Fork } from "../types"; export default function (fork: Fork): void;