5 lines
52 B
TypeScript
5 lines
52 B
TypeScript
|
import * as url from "./url.js";
|
||
|
|
||
|
export {
|
||
|
url,
|
||
|
};
|