UNPKG
foalts2-cli
Version:
latest (2.12.0)
2.12.0
CLI tool for FoalTS
github.com/FoalTS
FoalTS/foal
foalts2-cli
/
lib
/
create-secret
/
create-secret.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Create a random 256-bit secret encoded in base64. * *
@export
*
@returns
{
Promise<string>
} The base64 string. */
export
declare
function
createSecret
(
):
Promise
<
string
>;