mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 16:32:58 +00: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;
|