internetarchive-ts - v0.1.0
Preparing search index...
IaParsedCuration
Type Alias IaParsedCuration<T>
Beta
IaParsedCuration
:
Prettify
<
T
extends
`
[curator]
${
infer
Curator
extends
string
}
[/curator][date]
${
string
}
[/date]
${
|
`
[state]
${
infer
State
extends
string
}
[/state]
`
|
""
}
[comment]
${
infer
Comment
extends
string
}
[/comment]
`
?
{
comment
:
Comment
;
curator
:
Curator
;
date
:
Date
}
&
(
State
extends
IaCurationState
?
{
state
:
State
}
:
{
state
:
undefined
}
)
:
never
,
>
Parsed Curation string
Type Parameters
T
extends
IaCuration
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
internetarchive-ts - v0.1.0
Loading...
Parsed Curation string