UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

10 lines (6 loc) 237 B
'use strict'; var CompletionRecord = require('./CompletionRecord'); // https://262.ecma-international.org/6.0/#sec-normalcompletion module.exports = function NormalCompletion(value) { return new CompletionRecord('normal', value); };