UNPKG

@indiekit/frontend

Version:

Frontend components for Indiekit

12 lines (11 loc) 353 B
export { excerpt, formatDate as date, formatZonedToLocalDate as localDate, getCanonicalUrl as url, slugify, } from "@indiekit/util"; export { isArray } from "./array.js"; export { languageName, languageNativeName } from "./locale.js"; export { includes, linkTo, markdown } from "./string.js"; export { friendlyUrl, imageUrl } from "./url.js";