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

0.0.0 • Public • Published

Installation

npm install --save @types/elizabot

Summary

This package contains type definitions for elizabot (https://github.com/tkafka/node-elizabot#readme).

Details

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

declare class ElizaBot {
    quit: boolean;
    memSize: number;

    constructor(noRandomFlag?: boolean);
    transform(text: string): string;
    getInitial(): string;
    getFinal(): string;
    reset(): void;
}

export = ElizaBot;

Additional Details

  • Last updated: Tue, 21 May 2024 19:07:26 GMT
  • Dependencies: none

Credits

These definitions were written by Elliott Lawrence.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/elizabot

Weekly Downloads

17

Version

0.0.0

License

MIT

Unpacked Size

3.03 kB

Total Files

5

Last publish

Collaborators

  • types