UNPKG

@plastichub/osr-cad

Version:

This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.

12 lines (11 loc) 490 B
/// <reference types="node" /> /// <reference types="node" /> export declare const swProcMessage: (log: string) => { logLevel: string; message: string; } | null; export declare const fileAsBuffer: (path: string) => Buffer; export declare const getSWBin: (argv: string) => string; export declare function closeAppByName(appName: string): void; export declare function removeEmptyValues(obj: any): any; export declare const equalFiles: (pathA: any, pathB: any) => boolean;