We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b66c7f commit 78d59b0Copy full SHA for 78d59b0
src/index.ts
@@ -1,6 +1,6 @@
1
"use strict";
2
import qs from "qs";
3
-import { createHmac } from "crypto";
+import { createHmac } from "node:crypto";
4
import { RenderOptions } from "./types";
5
6
const DEFAULT_PREFIX = "https://api.urlbox.io/v1/";
0 commit comments