UNPKG

@plastichub/osr-cad

Version:

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

6 lines 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = void 0; const noop = () => { }; exports.noop = noop; //# sourceMappingURL=log.js.map