Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rss/src/util.ts>copyValueFields

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
variable copyValueFields
import { copyValueFields } from "https://deno.land/x/rss@1.0.4/src/util.ts";

type

(
fields: string[],
source: any,
target: any,
) => unknown