Skip to content

Commit ccc734e

Browse files
committed
Add bigendian to main module exports
1 parent 33f9cdd commit ccc734e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rotu/structview",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"license": "MIT",
55
"tasks": {
66
"dev": "deno test --watch"

mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
export type * from "./types.ts"
77
export * from "./core.ts"
88
export * from "./fields.ts"
9+
10+
export * as bigendian from "./bigendian.ts"

0 commit comments

Comments
 (0)