UNPKG

quora-automation

Version:

Automate creating question and getting all answers

4 lines (3 loc) 76 B
export interface LoggerInterface { log: (logMessage: String) => void; }