UNPKG

spectaql

Version:

A powerful library for autogenerating static GraphQL API documentation

9 lines (7 loc) 224 B
"use strict";const LARGEST_HEADING = 6; module.exports = function (headingNumber, _options) { if (!headingNumber || headingNumber <= LARGEST_HEADING) { return ''; } return 'aria-level="' + headingNumber + '"'; };