Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 421 Bytes

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.