@js

The @js built-in provides access to a number of JavaScript classes and utility functions that you may find useful to call directly in Origami expressions:

For example, if you want to explicitly cast a value to a string in an Origami expression, you can write:

text = @js/String(value)

See also @node, which provides access to a number of Node.js modules.