supercat666's picture
fixed igv
1df763a
raw
history blame
132 Bytes
import * as uri from "uri-js";
type URI = typeof uri & {
code: string;
};
declare const _default: URI;
export default _default;