SwoffSwoff

generateTags

Extract tags from a URL path.

generateTags(url)

From swoff/cache/tags.ts. Extract tags from URL path. /api/todos/42["todos", "todo:42"].

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

On this page