Skip to main content
Home

A set of helpers used to create dynamic mocks for camouflage mocking lib.

This package works with Node.js
This package works with Node.js
JSR Score
88%
Published
a year ago (0.1.4)

Camouflage Helpers

Camouflage helpers are a set of handy handlebar helpers that help you easily create the Camouflage mocks. They form the backbone of each protocol. You can build your mocks without them, but helpers add advanced features to your mocks. You can choose the protocol specific package that you need to download, helpers are included with each module.

Learn more about camouflage helpers in the docs

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

pnpm i jsr:@camouflage/helpers
or (using pnpm 10.8 or older)
pnpm dlx jsr add @camouflage/helpers

Import symbol

import * as helpers from "@camouflage/helpers";

Add Package

yarn add jsr:@camouflage/helpers
or (using Yarn 4.8 or older)
yarn dlx jsr add @camouflage/helpers

Import symbol

import * as helpers from "@camouflage/helpers";

Add Package

vlt install jsr:@camouflage/helpers

Import symbol

import * as helpers from "@camouflage/helpers";

Add Package

npx jsr add @camouflage/helpers

Import symbol

import * as helpers from "@camouflage/helpers";