PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
uri-js
/
dist
/
esnext
/
schemes
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;
[-] mailto.d.ts
[edit]
[-] urn.js
[edit]
[-] urn-uuid.js.map
[edit]
[-] http.js
[edit]
[+]
..
[-] urn.d.ts
[edit]
[-] https.js.map
[edit]
[-] https.js
[edit]
[-] http.js.map
[edit]
[-] https.d.ts
[edit]
[-] urn-uuid.js
[edit]
[-] urn-uuid.d.ts
[edit]
[-] mailto.js.map
[edit]
[-] urn.js.map
[edit]
[-] http.d.ts
[edit]
[-] mailto.js
[edit]