Functions
certificateForKey
- certificateForKey(key: any, privateKey: any): Uint8Array
-
Parameters
Returns Uint8Array
findAsync
- findAsync(array: any[], asyncCompare: (arg0: any) => any): Promise<any>
-
Parameters
-
array: any[]
-
asyncCompare: (arg0: any) => any
Returns Promise<any>
Finds the first item in a collection that is matched in the
asyncCompare
function.asyncCompare
is an async function that must resolve to eithertrue
orfalse
.