mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-19 01:51:11 +00:00
.
This commit is contained in:
parent
9fff29ba6c
commit
00c3b50fca
7278 changed files with 0 additions and 1778943 deletions
node_modules/uri-js/dist/esnext/schemes
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