UNPKG

counterfact

Version:

a library for building a fake REST API for testing

6 lines (5 loc) 158 B
const counterfactResponse = Symbol("Counterfact Response"); const counterfactResponseObject = { [counterfactResponse]: counterfactResponse, }; export {};