Skip to content

Commit

Permalink
Merge pull request #25 from mirceanis/main
Browse files Browse the repository at this point in the history
fix(build): use extension specifier in import
  • Loading branch information
paulmillr committed Feb 9, 2024
2 parents c558337 + 188cdd2 commit 3e5d9bf
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 3e5d9bf

Please sign in to comment.