Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/build
jsr
DenoJson
Interface DenoJson
interface
DenoJson
{
exclude
?:
string
[]
;
exports
?:
Record
<
string
,
string
>
;
imports
?:
Record
<
string
,
string
>
;
name
:
string
;
publish
?:
{
exclude
?:
string
[]
}
;
version
:
string
;
}
Index
Properties
exclude?
exports?
imports?
name
publish?
version
Properties
Optional
exclude
exclude
?:
string
[]
Optional
exports
exports
?:
Record
<
string
,
string
>
Optional
imports
imports
?:
Record
<
string
,
string
>
name
name
:
string
Optional
publish
publish
?:
{
exclude
?:
string
[]
}
version
version
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
exclude
exports
imports
name
publish
version
Documentation - v0.0.7
Loading...