mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-12 17:33:28 +03:00
14 lines
447 B
TypeScript
14 lines
447 B
TypeScript
/* auto-generated by NAPI-RS */
|
|
/* eslint-disable */
|
|
|
|
/**
|
|
* Merge updates in form like `Y.applyUpdate(doc, update)` way and return the
|
|
* result binary.
|
|
*/
|
|
export function mergeUpdatesInApplyWay(updates: Array<Buffer>): Buffer
|
|
|
|
export function mintChallengeResponse(resource: string, bits?: number | undefined | null): Promise<string>
|
|
|
|
export function verifyChallengeResponse(response: string, bits: number, resource: string): Promise<boolean>
|
|
|