UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

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); };