mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-25 22:47:02 -04:00
initial commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { URISchemeHandler, URIOptions } from "../uri";
|
||||
import { URNComponents } from "./urn";
|
||||
export interface UUIDComponents extends URNComponents {
|
||||
uuid?: string;
|
||||
}
|
||||
declare const handler: URISchemeHandler<UUIDComponents, URIOptions, URNComponents>;
|
||||
export default handler;
|
||||
Reference in New Issue
Block a user