API Reference / @evolu/common / Evolu/Protocol / decodeColumnName
Function: decodeColumnName()
function decodeColumnName(buffer): string & Brand<"Base64Url"> & Brand<"MaxLength42"> & Brand<"MinLength1"> & Brand<"ColumnName">;
Defined in: packages/common/src/Evolu/Protocol.ts:1706
Parameters
Parameter | Type |
---|---|
buffer | Buffer |
Returns
string
& Brand
<"Base64Url"
> & Brand
<"MaxLength42"
> & Brand
<"MinLength1"
> & Brand
<"ColumnName"
>