Fewer undocumented functions

This commit is contained in:
Alexandre Gravel-Raymond 2024-03-24 14:18:25 +01:00
parent 8b96e3a6d1
commit aba4e72d29

View File

@ -380,6 +380,7 @@
"bjork", "bjork",
"euclidrot" "euclidrot"
], ],
"/packages/core/zyklus.mjs": [],
"/packages/core/signal.mjs": [ "/packages/core/signal.mjs": [
"steady", "steady",
"signal", "signal",
@ -392,18 +393,14 @@
"tri2", "tri2",
"time", "time",
"_brandBy", "_brandBy",
"brandBy",
"brand",
"_irand", "_irand",
"pickSqueeze", "pickSqueeze",
"pickmodSqueeze", "pickmodSqueeze",
"__chooseWith", "__chooseWith",
"randcat", "randcat",
"wchoose", "wrandcat",
"wchooseCycles",
"perlinWith", "perlinWith",
"degradeByWith", "degradeByWith"
"undegrade"
], ],
"/packages/core/speak.mjs": [ "/packages/core/speak.mjs": [
"speak" "speak"
@ -415,7 +412,6 @@
"/packages/core/neocyclist.mjs": [ "/packages/core/neocyclist.mjs": [
"NeoCyclist" "NeoCyclist"
], ],
"/packages/core/zyklus.mjs": [],
"/packages/core/cyclist.mjs": [ "/packages/core/cyclist.mjs": [
"Cyclist" "Cyclist"
], ],