1
0
Fork 0
mirror of https://github.com/lrsjng/h5ai synced 2025-12-06 08:52:45 +01:00
h5ai/test/util/reqlib.js
2019-04-24 02:09:57 +02:00

3 lines
93 B
JavaScript

const reqlib = x => require(`../../src/_h5ai/public/js/lib/${x}`);
module.exports = reqlib;