jscrewit
Version:
Converts plain JavaScript into JSFuck code, which consists of only six different characters: ! ( ) + [ ]
11 lines (6 loc) • 342 B
Markdown
[**JScrewIt**](../README.md)
***
# Type Alias: RunAs
> **RunAs** = `"call"` \| `"eval"` \| `"express"` \| `"express-call"` \| `"express-eval"` \| `"none"`
Values of this type control the type of code generated from a given input.
See [\`EncodeOptions.runAs\`](../interfaces/EncodeOptions.md#runas) for the meaning of each possible value.