Repository URL to install this package:
|
Version:
0.9.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const VALIDATABLE_LIST = Object.freeze([
'password',
'email',
'telephone',
'number',
]);
exports.VALIDATABLE_LIST = VALIDATABLE_LIST;
exports.default = VALIDATABLE_LIST;
//# sourceMappingURL=VALIDATABLE_LIST.js.map