Initial commit

This commit is contained in:
Андрей 2026-03-12 16:06:40 +00:00
commit bf0142bd6a
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