Skip to content

Commit 6e8a502

Browse files
committed
fix(browser): expose "SchemaTypeOptions"
like in the non-browser build
1 parent b22e9a8 commit 6e8a502

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/browser.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ exports.VirtualType = require('./virtualType');
8383

8484
exports.SchemaType = require('./schemaType.js');
8585

86+
/**
87+
* The constructor used for schematype options
88+
*
89+
* @method SchemaTypeOptions
90+
* @api public
91+
*/
92+
93+
exports.SchemaTypeOptions = require('./options/schemaTypeOptions');
94+
8695
/**
8796
* Internal utils
8897
*

0 commit comments

Comments
 (0)