Module
Node.Stream.CBOR.Options
- Package
- purescript-cbor-stream
- Repository
- cakekindel/purescript-cbor-stream
#CBORStruct Source
data CBORStruct
#Options Source
type Options :: Row Type -> Row Type
type Options r = (alwaysUseFloat :: Boolean, bundleStrings :: Boolean, copyBuffers :: Boolean, int64AsNumber :: Boolean, largeBigIntToFloat :: Boolean, mapsAsObject :: Boolean, pack :: Boolean, structuredClone :: Boolean, structures :: Array CBORStruct, tagUint8Array :: Boolean, useFloat32 :: F32, useRecords :: Boolean, useTag259ForMaps :: Boolean, useTimestamp32 :: Boolean, variableMapSize :: Boolean | r)