Skip to content

Commit 8c7e32d

Browse files
authored
Merge pull request Automattic#15277 from hasezoey/browserSchemaTypeOptions
fix(browser): expose "SchemaTypeOptions"
2 parents cb7257d + 6e8a502 commit 8c7e32d

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)