-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
67 lines (66 loc) · 2.57 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
import Access from './json/Access.json' assert { type: 'json' }
import Address from './json/Address.json' assert { type: 'json' }
import Annotation from './json/Annotation.json' assert { type: 'json' }
import Bibliography from './json/Bibliography.json' assert { type: 'json' }
import BibliographicSource from './json/BibliographicSource.json' assert { type: 'json' }
import Bundle from './json/Bundle.json' assert { type: 'json' }
import Category from './json/Category.json' assert { type: 'json' }
import Citation from './json/Citation.json' assert { type: 'json' }
import CiteItem from './json/CiteItem.json' assert { type: 'json' }
import DatabaseReference from './json/DatabaseReference.json' assert { type: 'json' }
import Form from './json/Form.json' assert { type: 'json' }
import GeoJSON from './json/GeoJSON.json' assert { type: 'json' }
import Language from './json/Language.json' assert { type: 'json' }
import LanguageTag from './json/LanguageTag.json' assert { type: 'json' }
import Lexeme from './json/Lexeme.json' assert { type: 'json' }
import LexicalRelation from './json/LexicalRelation.json' assert { type: 'json' }
import Location from './json/Location.json' assert { type: 'json' }
import Media from './json/Media.json' assert { type: 'json' }
import Morpheme from './json/Morpheme.json' assert { type: 'json' }
import MultiLangString from './json/MultiLangString.json' assert { type: 'json' }
import Note from './json/Note.json' assert { type: 'json' }
import Orthography from './json/Orthography.json' assert { type: 'json' }
import Person from './json/Person.json' assert { type: 'json' }
import Phoneme from './json/Phoneme.json' assert { type: 'json' }
import Sense from './json/Sense.json' assert { type: 'json' }
import Tags from './json/Tags.json' assert { type: 'json' }
import Text from './json/Text.json' assert { type: 'json' }
import Transcription from './json/Transcription.json' assert { type: 'json' }
import Utterance from './json/Utterance.json' assert { type: 'json' }
import Word from './json/Word.json' assert { type: 'json' }
import WordTemplate from './json/WordTemplate.json' assert { type: 'json' }
import WordSet from './json/WordSet.json' assert { type: 'json' }
export default {
Access,
Address,
Annotation,
Bibliography,
BibliographicSource,
Bundle,
Category,
Citation,
CiteItem,
DatabaseReference,
Form,
GeoJSON,
Language,
LanguageTag,
Lexeme,
LexicalRelation,
Location,
Media,
Morpheme,
MultiLangString,
Note,
Orthography,
Person,
Phoneme,
Sense,
Tags,
Text,
Transcription,
Utterance,
Word,
WordTemplate,
WordSet,
}