From 9b594880c88b0fe7ba14df263cc571e507f50bd6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 9 Apr 2019 19:02:02 +0900 Subject: Restore crypto_key to migration --- src/crypto_key.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/crypto_key.d.ts (limited to 'src/crypto_key.d.ts') diff --git a/src/crypto_key.d.ts b/src/crypto_key.d.ts new file mode 100644 index 0000000000..9aa81a687c --- /dev/null +++ b/src/crypto_key.d.ts @@ -0,0 +1,2 @@ +export function extractPublic(keypair: string): string; +export function generate(): string; -- cgit v1.2.3-freya