mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
cleanup interaction helper
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js";
|
||||||
import { verify } from "./deps.ts";
|
import { verify } from "./deps.ts";
|
||||||
|
|
||||||
export function verifySignature({ publicKey, signature, timestamp, body }: VerifySignatureOptions): {
|
export function verifySignature({ publicKey, signature, timestamp, body }: VerifySignatureOptions): {
|
||||||
@@ -1 +0,0 @@
|
|||||||
export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js";
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
export * from "./verify_signature.ts";
|
|
||||||
Reference in New Issue
Block a user