Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
Builder
Type Alias Builder<TFrom, TInto>
Builder
:
(
x
:
TFrom
)
=>
TInto
Builder function that converts an object parsed from JSON into some expected type of object.
Type Parameters
TFrom
TInto
Type Declaration
(
x
:
TFrom
)
:
TInto
Parameters
x
:
TFrom
Returns
TInto
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Builder function that converts an object parsed from JSON into some expected type of object.