Skip to content

Commit

Permalink
refactor(types)!: remove RegexString
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Sep 30, 2022
1 parent 7275cb6 commit 84236c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export type { default as PathNT } from './path-nt'
export type { default as PathValue } from './path-value'
export type { default as Primitive } from './primitive'
export type { default as Promisable } from './promisable'
export type { default as RegexString } from './regex-string'
export type { default as SemanticVersion } from './semantic-version'
export type { default as Split } from './split'
export type { default as StringLike } from './string-like'
Expand Down
11 changes: 0 additions & 11 deletions src/types/regex-string.ts

This file was deleted.

0 comments on commit 84236c8

Please sign in to comment.