Skip to content

Commit

Permalink
refactor(types)!: remove TimestampUnix
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 884c766 commit 7bff682
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions src/types/__tests__/timestamp-unix.spec-d.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ export type { default as Promisable } from './promisable'
export type { default as Simplify } from './simplify'
export type { default as Split } from './split'
export type { default as Stringafiable } from './stringafiable'
export type { default as TimestampUnix } from './timestamp-unix'
export type { default as TypedArray } from './typed-array'
13 changes: 0 additions & 13 deletions src/types/timestamp-unix.ts

This file was deleted.

0 comments on commit 7bff682

Please sign in to comment.