1.0.14 • Published 3 years ago

@tstsankov/yara-chops v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

YARA-chops

Chops coding challenge repo.

The package is public for ease of access https://www.npmjs.com/package/@tstsankov/yara-chops

install with

npm i @tstsankov/yara-chops

use with:

const chops = require( '@tstsankov/yara-chops' );
chops.chop( '-2 -1 0 {{asd}} 4 5 6', { asd: '1 2 3' } );

or

import { chop } from '@tstsankov/yara-chops';
const datatest = {
 bread: "baguette",
 cheese: "brie cheese",
};

chop("I like to eat {{bread}} and {{cheese}}", dataset);
1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago