This commit is contained in:
nannal
2020-01-26 21:03:32 +02:00
commit 562b320154
700 changed files with 120537 additions and 0 deletions

10
node_modules/markov-chains/.babelrc generated vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"presets": [
"es2015-native-generators"
],
"env": {
"test": {
"plugins": [ "babel-plugin-rewire" ]
}
}
}