UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

11 lines (9 loc) 266 B
export * from './util.image'; export * from './util.resource'; export * from './util.parse'; export * from './util.markdown'; /** * Strips prefix/suffix "/" characters. */ export const cleanPath = (value: string) => value.replace(/^\//, '').replace(/\/$/, '');