Use global `crypto`

This commit is contained in:
Roj Serbest 2021-10-09 19:54:32 +03:00
parent c220e5dbb4
commit b10bd836fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { crypto } from "https://deno.land/std@0.110.0/crypto/mod.ts";
// import { crypto } from "https://deno.land/std@0.110.0/crypto/mod.ts";
import Request from "./Request.ts";
import Response from "./Response.ts";
// @deno-types="https://deno.land/x/otpauth@v7.0.6/dist/otpauth.d.ts"