urn-uuid.d.ts 291 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
1 2 3 4 5 6 7
import { URIComponents, URIOptions } from "../uri";
declare var _default: {
    scheme: string;
    parse: (components: URIComponents, options: URIOptions) => URIComponents;
    serialize: (components: URIComponents, options: URIOptions) => URIComponents;
};
export default _default;