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