0.1.9 • Published 3 years ago

@inseefr/vtl-2.1-engine v0.1.9

Weekly downloads
35
License
MIT
Repository
github
Last release
3 years ago

VTL 2.1 Engine

Usage

Download the library from npm:

yarn add @inseefr/vtl-2.1-engine

Import the interpret function:

import { interpret } from '@inseefr/vtl-2.1-engine';

Execute VTL interpretation on an expression:

const expr = '"Hello " || NAME';
const bindings = { NAME: 'world' };
const result = interpret(expr, bindings);
// result will be: 'Hello world'
0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago