UNPKG

@pstdio/opfs-utils

Version:

Utilities for the browser's OPFS: ls, grep, safe file read, unified diff patching, and MIME helpers.

3 lines (2 loc) 126 B
import { Ctx } from './helpers'; export declare function cmdEcho(args: string[], _ctx: Ctx, _stdin: string): Promise<string>;