@types/openurl
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/openurl

Summary

This package contains type definitions for openurl (https://github.com/rauschma/openurl).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/openurl.

index.d.ts

/// <reference types="node" />

export function open(url: string, callback?: (err: Error) => void): void;
export function mailto(
    recipients: string[],
    fields: { [key: string]: string },
    recipientsSeparator?: string,
    callback?: (err: Error) => void,
): void;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Felix Hao.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/openurl

Weekly Downloads

2,962

Version

1.0.3

License

MIT

Unpacked Size

3.15 kB

Total Files

5

Last publish

Collaborators

  • types