import { Unit, CommandLine, ValidationUnit, } from '@extollo/lib' export const Units = [ ValidationUnit, CommandLine, ] as (typeof Unit)[]