with

  • Version 7.0.2
  • Published
  • 40.3 kB
  • 4 dependencies
  • MIT license

Install

npm i with
yarn add with
pnpm add with

Overview

Compile time `with` for strict mode JavaScript

Index

Functions

Functions

function addWith

addWith: (obj: string, src: string, exclude?: string[]) => string;
  • Mimic with as far as possible but at compile time

    Parameter obj

    The object part of a with expression

    Parameter src

    The body of the with expression

    Parameter exclude

    A list of variable names to explicitly exclude

Package Files (1)

Dependencies (4)

Dev Dependencies (8)

Peer Dependencies (0)

No peer dependencies.

Badge

To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/with.

  • Markdown
    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/with)
  • HTML
    <a href="https://www.jsdocs.io/package/with"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>