UNPKG

@eeue56/bach

Version:

A simple TypeScript test runner inspired by Pytest.

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