Skip to content

Commit

Permalink
types(vest): expose compounds types
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Aug 29, 2022
1 parent 8f54ca7 commit e57dafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/vest/src/exports/enforce@compounds.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// eslint-disable-next-line import/no-unresolved
import 'n4s/compounds';
export * as compounds from 'n4s/compounds';
2 changes: 1 addition & 1 deletion packages/vest/src/exports/enforce@schema.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import 'n4s/schema'; // eslint-disable-line import/no-unresolved
export * as schema from 'n4s/schema';

1 comment on commit e57dafa

@vercel
Copy link

@vercel vercel bot commented on e57dafa Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next-ealush.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next.vercel.app
vest-website.vercel.app

Please sign in to comment.