index.d.ts 85 B

123
  1. import { URI } from './uri';
  2. import { Utils } from './utils';
  3. export { URI, Utils };