summaryrefslogtreecommitdiff
path: root/dev/lib/ucs2length.js
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/ucs2length.js')
-rw-r--r--dev/lib/ucs2length.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/lib/ucs2length.js b/dev/lib/ucs2length.js
index ce9027de..7ca3c545 100644
--- a/dev/lib/ucs2length.js
+++ b/dev/lib/ucs2length.js
@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+
import ucs2length from 'ajv/dist/runtime/ucs2length.js';
+
const ucs2length2 = ucs2length.default;
-export {ucs2length2 as ucs2length};
+export {ucs2length2 as ucs2length};