UNPKG

211 BPlain TextView Raw
1// This file is the entry point for when this package is `require`d as a module
2import { CliArgvInterface } from '@alwaysai/alwayscli';
3import { root } from './root';
4
5export const aai = CliArgvInterface(root);