Skip to content

Instantly share code, notes, and snippets.

@aleqsio
Created September 4, 2023 08:04
Show Gist options
  • Save aleqsio/1f065800f50cab5f36a06eb4e2d3d7a8 to your computer and use it in GitHub Desktop.
Save aleqsio/1f065800f50cab5f36a06eb4e2d3d7a8 to your computer and use it in GitHub Desktop.
[
{
"name": "ExpoCrypto",
"functions": [
{
"name": "digestString",
"types": {
"parameters": [
{
"name": "algorithm",
"typename": "DigestAlgorithm"
},
{
"name": "str",
"typename": "String"
},
{
"name": "options",
"typename": "DigestOptions"
}
],
"returnType": "String"
}
},
{
"name": "getRandomBase64String",
"types": {
"parameters": [
{
"name": "length",
"typename": "Int"
}
],
"returnType": "String"
}
},
{
"name": "getRandomValues",
"types": {
"parameters": [
{
"name": "array",
"typename": "TypedArray"
}
],
"returnType": "TypedArray"
}
},
{
"name": "digest",
"types": {
"parameters": [
{
"name": "algorithm",
"typename": "DigestAlgorithm"
},
{
"name": "output",
"typename": "TypedArray"
},
{
"name": "data",
"typename": "TypedArray"
}
]
}
},
{
"name": "randomUUID",
"types": {
"parameters": [],
"returnType": "unknown"
}
}
],
"asyncFunctions": [
{
"name": "digestStringAsync",
"types": {
"parameters": [
{
"name": "algorithm",
"typename": "DigestAlgorithm"
},
{
"name": "str",
"typename": "String"
},
{
"name": "options",
"typename": "DigestOptions"
}
],
"returnType": "String"
}
},
{
"name": "getRandomBase64StringAsync",
"types": {
"parameters": [
{
"name": "length",
"typename": "Int"
}
],
"returnType": "String"
}
}
],
"events": [],
"properties": [],
"props": [],
"onCreate": [],
"view": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment