Skip to main content
Module

x/fortuna/deno.json

A TypeScript module for random events and gacha.
Latest
File
{ "name": "@nekooftheabyss/fortuna", "version": "4.1.3", "exports": { ".": "./mod.ts", "./roll": "./src/roll.ts" }, "exclude": [ "benches", ".github", ".vscode", "dist", "testdata" ], "test": { "include": [ "./test.ts" ] }}