UNPKG

spectaql

Version:

A powerful library for autogenerating static GraphQL API documentation

5 lines (4 loc) 173 B
"use strict";const LARGEST_HEADING = 6; module.exports = function (headingNumber, _options) { return 'h' + Math.min(headingNumber || LARGEST_HEADING, LARGEST_HEADING); };