UNPKG

tiny-open

Version:

A tiny utility for opening a file or a URL with its default application, or a custom one.

3 lines (2 loc) 96 B
declare const spawnBin: (bin: string, args: string[]) => Promise<boolean>; export { spawnBin };