UNPKG

122 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 HAS_TYPOS: 1,
5 ERROR_LOADING: 2,
6 ERROR_CONFIG: 3,
7 ERROR_DICTIONARY: 4
8};