mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
export newStructWithType (#1766)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -21,6 +21,7 @@ export {
|
||||
StructMirror,
|
||||
StructFieldMirror,
|
||||
newStruct,
|
||||
newStructWithType,
|
||||
createStructClass,
|
||||
escapeStructField,
|
||||
} from './struct.js';
|
||||
|
||||
Reference in New Issue
Block a user