UNPKG

alm

Version:

The best IDE for TypeScript

4 lines 108 B
declare module "open" { var open: { (something: string, openWith?: string): void }; export = open; }