UNPKG

spectaql

Version:

A powerful library for autogenerating static GraphQL API documentation

8 lines (5 loc) 138 B
"use strict"; module.exports = (...values) => { const options = values.pop(); return values.find((value) => value) || values[0]; };