Interface Assertion

interface Assertion {
    errMsg?: string;
    optional?: boolean;
    fn(arg0): boolean;
}

Properties

Methods

Properties

errMsg?: string
optional?: boolean

Methods