add ability to access from cli
This commit is contained in:
10
src/Units.extollo.ts
Normal file
10
src/Units.extollo.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {
|
||||
Unit,
|
||||
CommandLine,
|
||||
ValidationUnit,
|
||||
} from '@extollo/lib'
|
||||
|
||||
export const Units = [
|
||||
ValidationUnit,
|
||||
CommandLine,
|
||||
] as (typeof Unit)[]
|
||||
Reference in New Issue
Block a user