UNPKG

@eeue56/bach

Version:

A simple TypeScript test runner inspired by Pytest.

4 lines (3 loc) 150 B
#!/usr/bin/env node export declare function centerAndPadding(cellSize: number, text: string): string; export declare function runner(): Promise<any>;