Skip to content

Commit

Permalink
fix: remove TextEncoder from node:util
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiyasleep committed Jan 22, 2025
1 parent 5db092f commit d53257c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/crypto-util/crypto-util.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { TextEncoder } from 'node:util';
import { CryptoUtil } from './crypto-util';

describe('CryptoUtil', () => {
Expand Down
1 change: 0 additions & 1 deletion src/crypto-util/crypto-util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { TextEncoder } from 'node:util';
import { CryptoJS, buildHexString } from './ezwel-seed';
import type { webcrypto } from 'crypto';

Expand Down

0 comments on commit d53257c

Please sign in to comment.