mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-23 19:32:14 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import URLManager from './URLManager'
|
|
|
|
// @ts-expect-error
|
|
window.URLManager = URLManager
|