export newStructWithType (#1766)

This commit is contained in:
Rafael Weinstein
2016-06-08 18:52:49 -07:00
parent d4941f6b1e
commit dc137a337d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@attic/noms",
"license": "Apache-2.0",
"version": "46.0.0",
"version": "46.1.0",
"description": "Noms JS SDK",
"repository": "https://github.com/attic-labs/noms",
"main": "dist/commonjs/noms.js",

View File

@@ -21,6 +21,7 @@ export {
StructMirror,
StructFieldMirror,
newStruct,
newStructWithType,
createStructClass,
escapeStructField,
} from './struct.js';