Add initial versions

This commit is contained in:
2022-03-11 23:42:26 +01:00
parent 28442b85fb
commit cab71980d8
11 changed files with 500 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "helpers",
"version": "1.0.0",
"description": "",
"main": "closest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/helpers.git"
},
"author": "trading_peter",
"license": "Apache-2.0"
}