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) 123 B
import { Ctx } from './helpers'; export declare function cmdSed(args: string[], ctx: Ctx, stdin: string): Promise<string>;