UNPKG

@bespunky/angular-zen

Version:

The Angular tools you always wished were there.

11 lines (10 loc) 258 B
import { MockElement } from './element.mock'; export declare class MockScriptElement extends MockElement { constructor(); async?: boolean; defer?: boolean; src?: string; type?: string; onload?: () => void; onerror?: () => void; }