swup
Version:
Versatile and extensible page transition library for server-rendered websites
10 lines (8 loc) • 466 B
text/typescript
// Re-export all helpers to allow custom package export path
// e.g. import { updateHistoryRecord } from 'swup'
export { classify } from './helpers/classify.js';
export { createHistoryRecord, updateHistoryRecord } from './helpers/history.js';
export { delegateEvent } from './helpers/delegateEvent.js';
export { getCurrentUrl } from './helpers/getCurrentUrl.js';
export { Location } from './helpers/Location.js';
export { matchPath } from './helpers/matchPath.js';