seventy-three/validate-json-locales

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * validate-json-locales
 * https://github.com/seventy-three/validate-json-locales.git
 *
 * Copyright (c) 2016 Florian Sey
 * Licensed under the MIT license.
 */

'use strict';

module.exports = require('./lib/utils');