UNPKG

cli-testing-library

Version:

Simple and complete CLI testing utilities that encourage good testing practices.

10 lines (9 loc) 235 B
declare class MutationObserver { _cb: () => void; _id: number; constructor(cb: () => void); observe(): void; disconnect(): void; } declare function _runObservers(): void; export { _runObservers, MutationObserver };