mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import * as uri from "uri-js";
|
|
type URI = typeof uri & {
|
|
code: string;
|
|
};
|
|
declare const _default: URI;
|
|
export default _default;
|