bless-javascript
v1.0.0
Published
Bless a string as a means of annotating approved javascript code to be polyscripted
Downloads
3
Readme
Bless is an identity function. As an npm package it should act as a No-Op identity function. What is passed in should be passed out with no changes. The purpose of this function is to essentially annotate approved strings.
Any unblessed code passed to a polyscripted javascript environment should fail, while blessed code will run.
In an non-polyscripted environment there should be no change in execution.