8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
export const parseUrl: UrlSerializer['parseUrl'] = () => {
|
|
throw new Error('Not implemented')
|
|
}
|
|
|
|
export const stringifyUrl: UrlSerializer['stringifyUrl'] = () => {
|
|
throw new Error('Not implemented')
|
|
}
|