UNPKG

ponicode

Version:

Ponicode is a quick and easy AI-powered solution for Javascript unit testing.

7 lines 245 B
import Settings from '../settings'; export default class Reader { protected readonly _root: string; protected readonly _settings: Settings; constructor(_root: string, _settings: Settings); } //# sourceMappingURL=reader.d.ts.map