mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 10:29:13 +08:00
6 lines
140 B
Text
6 lines
140 B
Text
import * as uri from "uri-js";
|
|
declare type URI = typeof uri & {
|
|
code: string;
|
|
};
|
|
declare const _default: URI;
|
|
export default _default;
|