Initial commit

This commit is contained in:
Андрей 2026-03-07 17:50:56 +00:00
commit e735f59f79
25 changed files with 2946 additions and 0 deletions

View file

0
lib/src/index.ts Normal file
View file

View file

10
lib/src/package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "@gxc-solutions/lib",
"version": "0.0.1",
"main": "index.js",
"author": "GXC Solutions",
"publishConfig": {
"access": "public",
"registry": "https://npm.gxc-solutions.ru"
}
}

0
lib/src/readme.md Normal file
View file