Skip to content

Commit 78d59b0

Browse files
drushcjroebuck
authored andcommitted
Update index.ts
change ref to node:crypto
1 parent 2b66c7f commit 78d59b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
import qs from "qs";
3-
import { createHmac } from "crypto";
3+
import { createHmac } from "node:crypto";
44
import { RenderOptions } from "./types";
55

66
const DEFAULT_PREFIX = "https://api.urlbox.io/v1/";

0 commit comments

Comments
 (0)