initial commit

This commit is contained in:
2023-08-13 16:48:04 +03:00
commit 73b7dbb0a6
1267 changed files with 1017047 additions and 0 deletions

View File

@ -0,0 +1,4 @@
'use strict';
console.log('loading foo from', __dirname);
exports = module.exports = { foo: 'foobiloo' };