mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-02-25 03:54:15 -05:00
10 lines
312 B
TypeScript
10 lines
312 B
TypeScript
|
// Type definitions for open 0.0.3
|
||
|
// Project: https://github.com/jjrdn/node-open
|
||
|
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||
|
|
||
|
declare module 'open' {
|
||
|
function open(target: string, app?: string): void;
|
||
|
export = open;
|
||
|
}
|