7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
import * as uri from "fast-uri";
|
|
type URI = typeof uri & {
|
|
code: string;
|
|
};
|
|
declare const _default: URI;
|
|
export default _default;
|