@theholocron/node-template
v1.2.1
Published
<description>
Readme
Node Template
A Node template used within the Galaxy.
Installation
npm install --save-dev @theholocron/node-templateUsage
import { doSomething, type SomethingOptions } from "@theholocron/node-template";
function App(options: SomethingOptions) {
return doSomething(options);
}Documentation
Check out The Holocron Archive for more information.
