constants.ts 369 B

12345678910111213141516171819
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. export const docLabelMap = {
  6. classes: 'Classes',
  7. enums: 'Enums',
  8. functions: 'Functions',
  9. interfaces: 'Interfaces',
  10. modules: 'Namespaces',
  11. types: 'Types',
  12. variables: 'Variables',
  13. };
  14. export const overviewMetaJson = `---
  15. # API Overview
  16. overview: true
  17. ---`;