UNPKG

revit-cli

Version:

A scalable CLI tool for Revit communication and data manipulation

7 lines 168 B
import { Plugin } from '../../types'; /** * Core plugin definition */ declare const corePlugin: Plugin; export default corePlugin; //# sourceMappingURL=index.d.ts.map