Skip to main content
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@0.5.6/src/util.ts";

type

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