9 lines
185 B
TypeScript
9 lines
185 B
TypeScript
import { URI } from './uri';
|
|
import { Utils } from './utils';
|
|
export { URI, Utils };
|
|
declare const _default: {
|
|
URI: typeof URI;
|
|
Utils: typeof Utils;
|
|
};
|
|
export default _default;
|