Initial commit

This commit is contained in:
talksik
2022-03-12 13:59:24 -05:00
commit b341a7ed28
32 changed files with 34753 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function testConnection() {
console.log('connected to @nirvana/core')
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "@nirvana/core",
"version": "1.0.0",
"main": "index.js",
"license": "MIT"
}