Skip to content

Commit

Permalink
chore: remove the toString util
Browse files Browse the repository at this point in the history
This is an internal, undocumented utility that should not be
exported.
  • Loading branch information
chriso committed May 23, 2019
1 parent c2ff8bf commit 0277eb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ import isWhitelisted from './lib/isWhitelisted';

import normalizeEmail from './lib/normalizeEmail';

import toString from './lib/util/toString';

const version = '10.11.0';

const validator = {
Expand Down

1 comment on commit 0277eb0

@kohenkatz
Copy link

Choose a reason for hiding this comment

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

Should this have also included this line?

  toString,

Please sign in to comment.