Skip to content

Commit b816ad4

Browse files
feat(cleanup): stop importing TextEncoder, since it is available in the global namespace
1 parent 9f24680 commit b816ad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/pkce.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { TextEncoder } from "node:util";
21
import { base64UrlEncode } from "./base64url";
32

43
export interface PkceParameters {

0 commit comments

Comments
 (0)