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