A generic parser for slash command text input
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add jsr config data

+3
+3
deno.json
··· 1 1 { 2 + "name": "@inro/slash-command-parser", 3 + "version": "0.0.1", 4 + "exports": "./mod.ts", 2 5 "fmt": { 3 6 "proseWrap": "preserve", 4 7 "semiColons": false,