# Allows usage of all builtin modulesexportNODE_FUNCTION_ALLOW_BUILTIN=*
# Allows usage of only cryptoexportNODE_FUNCTION_ALLOW_BUILTIN=crypto
# Allows usage of only crypto and fsexportNODE_FUNCTION_ALLOW_BUILTIN=crypto,fs
# Allow usage of external npm modules.exportNODE_FUNCTION_ALLOW_EXTERNAL=moment,lodash