Fix external exports section name

This commit is contained in:
Fabio Berger 2018-08-16 15:01:52 -07:00
parent 8e3df2b5ae
commit e47e9c5b34

View File

@ -2,7 +2,7 @@ import { SupportedDocJson } from '../types';
export const constants = {
TYPES_SECTION_NAME: 'types',
EXTERNAL_EXPORTS_SECTION_NAME: 'externalExports',
EXTERNAL_EXPORTS_SECTION_NAME: 'external exports',
TYPE_TO_SYNTAX: {
[SupportedDocJson.Doxity]: 'solidity',
[SupportedDocJson.TypeDoc]: 'typescript',