UNPKG

@oaklean/cli

Version:

A command-line interface that provides utilities for parsing, inspecting, and converting the .oak file format, as well as interfaces used in the @oaklean suite.

12 lines (11 loc) 285 B
export default class JestCommands { constructor(); static init(): JestCommands; verify(options: { output?: string; deep?: string; measure?: boolean; }): Promise<void>; inspectCPUProfiles(): Promise<void>; verifyTrees(): Promise<void>; }