Skip to content

Commit

Permalink
feat: expose printValue (#2002) (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanluna committed May 24, 2023
1 parent 6ed1148 commit 1fadba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { create as lazyCreate } from './Lazy';
import ValidationError from './ValidationError';
import reach, { getIn } from './util/reach';
import isSchema from './util/isSchema';
import printValue from './util/printValue';
import setLocale, { LocaleObject } from './setLocale';
import defaultLocale from './locale';
import Schema, {
Expand Down Expand Up @@ -89,6 +90,7 @@ export {
reach,
getIn,
isSchema,
printValue,
addMethod,
setLocale,
defaultLocale,
Expand Down

0 comments on commit 1fadba1

Please sign in to comment.