0.0.8 • Published 3 years ago

exec-engine-js v0.0.8

Weekly downloads
15
License
MIT
Repository
-
Last release
3 years ago

#readme

An easy way to execute Javascript source code made up of strings.

import { rawRun } from 'exec-engine-js'
let exec = rawRun(strings)

example.

import { rawRun } from 'exec-engine-js'

let strings = "let a = 30 \n return a"
let exec =  rawRun(strings)
console.log(exec) // 30
console.log(typeof exec) //number

If you have any bugs or requests, please contact us https://github.com/imamiya-masaki/engine-js-test

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago