Skip to main content
Module

x/fortuna/mod.ts

Gacha system (random weighted selection) in TypeScript.
Go to Latest
File
export { GachaMachine } from "./src/fortuna.ts";export { roll } from "./src/roll.ts";