API Reference / @evolu/common / Type / createId
Function: createId()
function createId(deps): string & Brand<"Id">;
Defined in: packages/common/src/Type.ts:1334
Creates an Id.
Example
// string & Brand<"Id">
const id = createId(deps);
Parameters
Parameter | Type |
---|---|
deps | NanoIdLibDep |
Returns
string
& Brand
<"Id"
>