Skip to content

Latest commit

 

History

History
 
 

object

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

npm size

@jsep-plugin/object

A JSEP plugin for adding object expression support. Allows expressions of the form:

jsep('{ a: 1, b: { c }}[d]');

Install

npm install @jsep-plugin/object
# or
yarn add @jsep-plugin/object

Usage

import jsep from 'jsep';
import jsepObject from '@jsep-plugin/object';
jsep.plugins.register(jsepObject);

Meta

LICENSE (MIT)