mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-27 07:58:24 +08:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import { URISchemeHandler } from "../uri";
|
|
declare const handler: URISchemeHandler;
|
|
export default handler;
|