fix(typescript-types): Export types s.t. they're usable
This commit is contained in:
1
packages/typescript-types/src/index.d.ts
vendored
1
packages/typescript-types/src/index.d.ts
vendored
@@ -1 +0,0 @@
|
||||
export type * from './is-any.js'
|
||||
16
packages/typescript-types/src/index.ts
Normal file
16
packages/typescript-types/src/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export type * from './assign.js'
|
||||
export type * from './built-ins.js'
|
||||
export type * from './get.js'
|
||||
export type * from './if.js'
|
||||
export type * from './is-any.js'
|
||||
export type * from './is-empty-string.js'
|
||||
export type * from './is-key-of.js'
|
||||
export type * from './is-never.js'
|
||||
export type * from './is-unknown.js'
|
||||
export type * from './key-path.js'
|
||||
export type * from './key-paths.js'
|
||||
export type * from './non-container-type.js'
|
||||
export type * from './optional-keys-of.js'
|
||||
export type * from './pick-assignable.js'
|
||||
export type * from './primitive.js'
|
||||
export type * from './simplify.js'
|
||||
Reference in New Issue
Block a user