@japa/runner
Version:
A simple yet powerful testing framework for Node.js
17 lines (16 loc) • 358 B
TypeScript
import { Colors } from '@poppinss/colors/types';
export declare const colors: Colors;
/**
* A collection of platform specific icons
*/
export declare const icons: {
tick: string;
cross: string;
bullet: string;
nodejs: string;
pointer: string;
info: string;
warning: string;
branch: string;
squareSmallFilled: string;
};