Unwrapped
Defined in: astrobase/src/wraps/types.ts:40
An unwrapped value.
Extends
Section titled “Extends”WrapBase
<TMetadata
>
Type Parameters
Section titled “Type Parameters”TValue
Section titled “TValue”TValue
= unknown
TMetadata
Section titled “TMetadata”TMetadata
= unknown
Properties
Section titled “Properties”metadata
Section titled “metadata”metadata:
FileBuilder
<TMetadata
>
Defined in: astrobase/src/wraps/types.ts:36
The metadata for the Wrap implementation. A File is used here for control over the media type used at serialization.
Inherited from
Section titled “Inherited from”WrapBase.metadata
type:
string
Defined in: astrobase/src/wraps/types.ts:30
The Wrap type.
Inherited from
Section titled “Inherited from”WrapBase.type
value:
FileBuilder
<TValue
>
Defined in: astrobase/src/wraps/types.ts:42
The unwrapped value.