UNPKG
@dzeio/form-manager
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
A powerfull Form Manager
dze.io
@dzeio/form-manager
/
attributes
/
AttributeAbstract.js
10 lines
(9 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
AttributeAbstract
= (
function
(
) {
function
AttributeAbstract
(
input
) {
this
.
input
= input; }
return
AttributeAbstract
; }());
exports
.
default
=
AttributeAbstract
;