tshy
GitHub
isaacs projects
Preparing search index...
types
Package
Type Alias Package
type
Package
=
{
bin
?:
string
|
Record
<
string
,
string
>
;
exports
?:
ExportsSubpaths
;
imports
?:
Imports
;
main
?:
string
;
name
:
string
;
sideEffects
?:
boolean
|
string
[]
;
tshy
?:
TshyConfigMaybeGlobExports
;
type
?:
"module"
|
"commonjs"
;
types
?:
string
;
version
:
string
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
bin?
exports?
imports?
main?
name
side
Effects?
tshy?
type?
types?
version
Properties
Optional
bin
bin
?:
string
|
Record
<
string
,
string
>
Optional
exports
exports
?:
ExportsSubpaths
Optional
imports
imports
?:
Imports
Optional
main
main
?:
string
name
name
:
string
Optional
side
Effects
sideEffects
?:
boolean
|
string
[]
Optional
tshy
tshy
?:
TshyConfigMaybeGlobExports
Optional
type
type
?:
"module"
|
"commonjs"
Optional
types
types
?:
string
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bin
exports
imports
main
name
side
Effects
tshy
type
types
version
GitHub
isaacs projects
tshy
Loading...