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

1.0.4 • Public • Published

Installation

npm install --save @types/prompt-sync-history

Summary

This package contains type definitions for prompt-sync-history (https://github.com/davidmarkclements/prompt-sync-history).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prompt-sync-history.

index.d.ts

import { History } from "prompt-sync";

declare namespace history {}
declare function history(file?: string, max?: number): History;

export = history;

Additional Details

Credits

These definitions were written by TANAKA Koichi.

/@types/prompt-sync-history/

    Package Sidebar

    Install

    npm i @types/prompt-sync-history

    Weekly Downloads

    961

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    3.03 kB

    Total Files

    5

    Last publish

    Collaborators

    • types