ai-inspector
v0.0.1
Published
Core utilities for the ai-inspector project.
Readme
ai-inspector
Core utilities for the ai-inspector project.
Installation
npm install ai-inspectorUsage
const { describe } = require('ai-inspector');
console.log(describe());API
describe()
Returns a plain object containing the package metadata.
meta
Readonly metadata object that backs describe().
License
MIT
Repository: https://github.com/ai-inspector
