1.0.5 • Published 7 months ago

fast-fuzz-shim v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Fast-Fuzz, the First Smart Fuzzing Framework for Typescript

Production shim for the fast-fuzz package.

Getting Started

npm install fast-fuzz-shim
npm install --save-dev reflect-metadata fast-fuzz

The Fast-Fuzz shim installs in the dependencies because Fast-Fuzz relies on decorators. The project requires reflect-metadata in the fuzzed project.