1.0.17 • Published 4 months ago
cayce-types v1.0.17
cayce-types
Shared types for Cayce—an Opinionated Static Analysis Tool based on TreeSitter.
Installation
npm install cayce-types
Usage
import { ScanRule } from 'cayce-types';
Development
Install dependencies
npm install
Run tests
npm test
Build the package
npm run build
License
ISC