UNPKG

bkc

Version:

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

6 lines (5 loc) 223 B
import TAst from '../types/ast'; import { IBkcOptions } from '../types/callable'; import TExecute from '../types/execute'; declare const execute: (ast: TAst, optionsE: IBkcOptions) => TExecute; export default execute;