UNPKG

@automattic/calypso-url

Version:

This library provides both generic and Calypso-specific utilities for handling URLs.

6 lines (5 loc) 263 B
export { URL_TYPE, determineUrlType } from './url-type'; export { default as format } from './format'; export { getUrlParts, getUrlFromParts } from './url-parts'; export { safeImageUrl } from './safe-image-url'; export { getCalypsoUrl } from './get-calypso-url';