Skip to content

Commit

Permalink
feat(vest): expose Vest's context for future plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Dec 20, 2021
1 parent eb4e35e commit 0842334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vest/src/vest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { enforce } from 'n4s';

import create from 'create';
import context from 'ctx';
import each from 'each';
import { only, skip } from 'exclusive';
import group from 'group';
Expand All @@ -24,4 +25,5 @@ export {
omitWhen,
enforce,
VERSION,
context,
};

0 comments on commit 0842334

Please sign in to comment.