We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f9cdd commit ccc734eCopy full SHA for ccc734e
2 files changed
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rotu/structview",
3
- "version": "0.10.1",
+ "version": "0.10.2",
4
"license": "MIT",
5
"tasks": {
6
"dev": "deno test --watch"
mod.ts
@@ -6,3 +6,5 @@
export type * from "./types.ts"
7
export * from "./core.ts"
8
export * from "./fields.ts"
9
+
10
+export * as bigendian from "./bigendian.ts"
0 commit comments