BREAKING CHANGE(core): switch to uInt8Extras

This commit is contained in:
2024-04-17 19:09:55 +02:00
parent 30306f3a40
commit 10d7c5d8e8
5 changed files with 26 additions and 62 deletions

View File

@@ -1,2 +1,5 @@
const removeme = {};
export { removeme };
import * as uInt8ArrayExtras from 'uint8array-extras';
export {
uInt8ArrayExtras,
}