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

5.0.2 • Public • Published

Installation

npm install --save @types/splashy

Summary

This package contains type definitions for splashy (https://github.com/microlinkhq/splashy).

Details

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

index.d.ts

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

type ImageSource = string | HTMLImageElement | Buffer;

declare function splashy(source: ImageSource): Promise<string[]>;

export = splashy;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Valentin Dijkstra.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/splashy

Weekly Downloads

3

Version

5.0.2

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types