mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 06:08:21 +02:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
12
node_modules/uri-js/dist/esnext/schemes/mailto.d.ts
generated
vendored
12
node_modules/uri-js/dist/esnext/schemes/mailto.d.ts
generated
vendored
|
@ -1,12 +0,0 @@
|
|||
import { URISchemeHandler, URIComponents } from "../uri";
|
||||
export interface MailtoHeaders {
|
||||
[hfname: string]: string;
|
||||
}
|
||||
export interface MailtoComponents extends URIComponents {
|
||||
to: Array<string>;
|
||||
headers?: MailtoHeaders;
|
||||
subject?: string;
|
||||
body?: string;
|
||||
}
|
||||
declare const handler: URISchemeHandler<MailtoComponents>;
|
||||
export default handler;
|
Loading…
Add table
Add a link
Reference in a new issue