Skip to content

Commit

Permalink
refactor(guards)!: remove isUnixTimestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 1, 2023
1 parent 6e140b4 commit 884c766
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 56 deletions.
13 changes: 0 additions & 13 deletions src/guards/__tests__/is-unix-timestamp.spec-d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/guards/__tests__/is-unix-timestamp.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 @@ -10,4 +10,3 @@ export { default as isEmptyValue } from './is-empty-value'
export { default as isJwtType } from './is-jwt-type'
export { default as isNIL } from './is-nil'
export { default as isNodeEnv } from './is-node-env'
export { default as isUnixTimestamp } from './is-unix-timestamp'
20 changes: 0 additions & 20 deletions src/guards/is-unix-timestamp.ts

This file was deleted.

0 comments on commit 884c766

Please sign in to comment.