open.d.ts 60 B

123
  1. declare function open(target: string): any;
  2. export = open;