Skip to content

Commit

Permalink
utils: fix ESM import
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Feb 9, 2024
1 parent c558337 commit dc69556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */
import { bytes as abytes, isBytes } from './_assert';
import { bytes as abytes, isBytes } from './_assert.js';
// prettier-ignore
export type TypedArray = Int8Array | Uint8ClampedArray | Uint8Array |
Uint16Array | Int16Array | Uint32Array | Int32Array;
Expand Down

0 comments on commit dc69556

Please sign in to comment.