UNPKG

228 BJavaScriptView Raw
1/**
2 * @copyright Copyright (c) 2019 Maxim Khorin <maksimovichu@gmail.com>
3 */
4'use strict';
5
6const Base = require('./Validator');
7
8module.exports = class UnsafeValidator extends Base {
9
10 validateAttr () {
11 }
12};
\No newline at end of file