UNPKG

traverson

Version:

Hypermedia API/HATEOAS client for Node.js and the browser

6 lines (4 loc) 118 B
'use strict'; module.exports = function isContinuation(t) { return t.continuation && t.step && t.step.response; };