Skip to content

Commit

Permalink
refactor(guards)!: remove isNumberString
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jan 31, 2023
1 parent 98599eb commit d6158df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
26 changes: 0 additions & 26 deletions src/guards/__tests__/is-number-string.spec.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/guards/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ export { default as isEmptyString } from './is-empty-string'
export { default as isEmptyValue } from './is-empty-value'
export { default as isNIL } from './is-nil'
export { default as isNodeEnv } from './is-node-env'
export { default as isNumberString } from './is-number-string'
export { default as isUnixTimestamp } from './is-unix-timestamp'
16 changes: 0 additions & 16 deletions src/guards/is-number-string.ts

This file was deleted.

0 comments on commit d6158df

Please sign in to comment.