mirror of
https://github.com/azure/login.git
synced 2026-06-06 21:17:09 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import { URISchemeHandler } from "../uri";
|
|
declare const handler: URISchemeHandler;
|
|
export default handler;
|