UNPKG

hana-cli

Version:
8 lines (7 loc) 209 B
/// <reference types="node" /> export const assert: typeof assertInt; export namespace mochaHooks { function beforeAll(): void; function afterAll(): void; } import * as assertInt from 'assert';