npm install --save @types/elizabot
This package contains type definitions for elizabot (https://github.com/tkafka/node-elizabot#readme).
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;
- Last updated: Tue, 21 May 2024 19:07:26 GMT
- Dependencies: none
These definitions were written by Elliott Lawrence.