From 6e8a502cb5fb1532fffb932abebf46916c7aee73 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Wed, 26 Feb 2025 11:58:26 +0100 Subject: [PATCH] fix(browser): expose "SchemaTypeOptions" like in the non-browser build --- lib/browser.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/browser.js b/lib/browser.js index 12b0cbde653..a01c9187b0d 100644 --- a/lib/browser.js +++ b/lib/browser.js @@ -83,6 +83,15 @@ exports.VirtualType = require('./virtualType'); exports.SchemaType = require('./schemaType.js'); +/** + * The constructor used for schematype options + * + * @method SchemaTypeOptions + * @api public + */ + +exports.SchemaTypeOptions = require('./options/schemaTypeOptions'); + /** * Internal utils *