/typist

Event generator to simulate typing text.

Primary LanguageJavaScriptOtherNOASSERTION

npm install git://github.com/wcravens/typist
import { typist } from './typist.js';
typist().type('Hello, world!').to( console.log );