Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 504 Bytes

scripts.md

File metadata and controls

19 lines (12 loc) · 504 Bytes

Scripts

Powerful helper functions to help you perform scripted updates using precompiled or on-the-fly script conversions

Usage

Importing

You can import the scripts in several ways:

// import as a single object (which will code-complete)
import { Scripts } from `@davestewart/es-kit`

// import individually
import { _addToArray, _removeFromArray } from `@davestewart/es-kit/scripts`

Each of the helpers is typed, so expect proper auto-completion and warnings as you use them.