resolve-import
GitHub
isaacs projects
Preparing search index...
read-pkg
Pkg
Type Alias Pkg
type
Pkg
=
{
exports
?:
Exports
;
imports
?:
Imports
;
main
?:
string
;
module
?:
string
;
name
?:
string
;
type
?:
string
;
}
Index
Properties
exports?
imports?
main?
module?
name?
type?
Properties
Optional
exports
exports
?:
Exports
Optional
imports
imports
?:
Imports
Optional
main
main
?:
string
Optional
module
module
?:
string
Optional
name
name
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exports
imports
main
module
name
type
GitHub
isaacs projects
resolve-import
Loading...