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
;
tshy
?:
TshyConfigMaybeGlobExports
;
type
?:
"module"
|
"commonjs"
;
types
?:
string
;
version
:
string
;
[
k
:
string
]:
any
;
}
Indexable
[
k
:
string
]:
any
Index
Properties
bin?
exports?
imports?
main?
name
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
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
tshy
type
types
version
GitHub
isaacs projects
tshy
Loading...