UNPKG

@ima/cli

Version:

IMA.js CLI tool to build, develop and work with IMA.js applications.

4 lines (3 loc) 162 B
import { ParseResult } from '@babel/parser'; import { File } from '@babel/types'; export type UseServerProcessor = (ast: ParseResult<File>) => ParseResult<File>;