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.

6 lines (5 loc) 151 B
export default class BackendCommands { constructor(); static init(): BackendCommands; sendReportToBackend(input: string): Promise<void>; }