SwoffSwoff

getTagsForUrl

Get all tags for a given URL.

getTagsForUrl(url)

From swoff/cache/tags.ts. Get all tags associated with a given URL.

import { getTagsForUrl } from "swoff/cache/tags";

Returns Promise<string[]>.

On this page