Skip to main content
Module

x/rss/scripts.json

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
File
{ "$schema": "https://deno.land/x/denon/schema.json", "allow": [ "read" ], "scripts": { "start": "deno run dev.ts atom", "test": "deno test", "benchmark": "deno bench bench.ts", "memory": "deno run dev_memory_usage.ts" }}