3 lines
85 B
TypeScript
3 lines
85 B
TypeScript
import { URI } from './uri';
|
|
import { Utils } from './utils';
|
|
export { URI, Utils };
|