UNPKG
pnn-hd
Version:
latest (6.11.2-1.1)
6.11.2-1.1
Persistent Neural Network in Higher Dimensions
github.com/RebelRae/PNN-HD
RebelRae/PNN-HD
pnn-hd
/
PNN-HD.js
12 lines
(10 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
test =
() =>
{
console
.
log
(
'this worked'
) } errorTest =
() =>
{
console
.
error
(
'this worked'
) }
module
.
exports
= { test, errorTest }