Projekt

Obecné

Profil

Stáhnout (135 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
/* eslint-disable
2
  strict
3
*/
4
5
'use strict';
6
7
const validateOptions = require('./validateOptions');
8
9
module.exports = validateOptions;