UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

10 lines (6 loc) 222 B
'use strict'; var CompletionRecord = require('./CompletionRecord'); // https://tc39.es/ecma262/#sec-returncompletion module.exports = function ReturnCompletion(value) { return new CompletionRecord('return', value); };