Uploaded utils

This commit is contained in:
2026-03-30 00:01:29 +01:00
parent 1c0def4d26
commit c173754a0d
5 changed files with 15 additions and 0 deletions

4
my-utils/index.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
foo: require('./lib/foo'),
bar: require('./lib/bar')
};