We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7749c16 commit c896a1fCopy full SHA for c896a1f
core/Probability-Manager.js
@@ -1,3 +1,6 @@
1
+/******
2
+Further details on the license and usage guide are here: https://github.com/Croc-Prog-github/Probability-Manager.js
3
+******/
4
class ProbabilityManager {
5
constructor() {
6
this.instances = {};
core/Probability-Manager.ts
declare module "https://raw.githubusercontent.com/Croc-Prog-github/Probability-Manager.js/main/core/Probability-Manager.js" {
type ProbabilityType = number | 'auto_DirectProp' | 'auto_InversProp';
0 commit comments