hermesai
v0.0.1-prerelease-gracie3
Published
This package can be used with both CommonJS and ES Modules.
Readme
Package Usage
This package can be used with both CommonJS and ES Modules.
Installation
npm install <package-name>Usage
CommonJS
const pkg = require('<package-name>');
// Example usage
pkg.doSomething();ES Modules
import pkg from '<package-name>';
// Example usage
pkg.doSomething();API
Refer to the documentation or source code for available methods and usage details.
