UNPKG

@chubbyjs/chubbyjs-mock

Version:

A very strict mocking library for class based objects.

9 lines (8 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AbstractArgument { assert(argument) { throw new Error('Implement method: assert'); } } exports.default = AbstractArgument;