UNPKG

@thingjs/cli

Version:

<div align="center">      <a href="https://www.thingjs.com/guide/"><img width="200" src="https://www.thingjs.com/static/images/avatar.png"/></a> </div>

9 lines (6 loc) 186 B
import { CommandContext } from '../index.js'; /** * install thingjs by version */ declare const _default: (context: CommandContext) => Promise<void>; export { _default as default };