0.1.21 • Published 18 days ago

@inseefr/trevas v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

Trevas

npm version License: MIT

Transformation engine and validator for statistics.

Usage

Download the library from npm:

yarn add @inseefr/trevas

Import the interpret function:

import { interpret } from '@inseefr/trevas';

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.21

18 days ago

0.1.20

8 months ago

0.1.19

10 months ago

0.1.18

11 months ago

0.1.17

1 year ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.0-bundle

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.11

2 years ago

0.1.10

3 years ago

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

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago