playwright-humanize
Version:
Humanization functions for Puppeteer.
6 lines • 331 B
TypeScript
export * from "./actions";
export { PROXIMATE_CHARS } from "./constants";
export * from "./schemas/options";
export { getProximateChar, isAlpha, isCadence, isLowerCase, isNumeric, isPunctuation, isTermination, isUpperCase, isWhitespace, keypressDelay } from "./support";
export * from "./types";
//# sourceMappingURL=index.d.ts.map