6 lines
132 B
TypeScript
Executable file
6 lines
132 B
TypeScript
Executable file
import * as uri from "uri-js";
|
|
type URI = typeof uri & {
|
|
code: string;
|
|
};
|
|
declare const _default: URI;
|
|
export default _default;
|