Shared types for Cayce - an Opinionated Static Analysis Tool based on TreeSitter.
npm install cayce-typesShared types for Cayce—an Opinionated Static Analysis Tool based on TreeSitter.
``bash`
npm install cayce-types
`typescript
import { ScanRule } from 'cayce-types';
`
1. Install dependencies
`bash`
npm install
2. Run tests
`bash`
npm test
3. Build the package
`bash``
npm run build
ISC