UNPKG

bkc

Version:

:dog: If there are no dogs in Heaven, then when I die I want to go where they went.

5 lines (4 loc) 185 B
import TAst from '../types/ast'; import { IBkcOptions } from '../types/callable'; declare const ast: (code: string, optionsE?: IBkcOptions | undefined) => TAst; export default ast;