UNPKG

durinn

Version:

A Node.js object-oriented programming framework

9 lines (8 loc) 270 B
/// <reference types="chai" /> import * as Mocha from "mocha"; export default class { static readonly mocha: typeof Mocha; static readonly expect: Chai.ExpectStatic; static readonly should: () => Chai.Should; static readonly assert: Chai.AssertStatic; }