UNPKG
dbjs-dom
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
dbjs DOM bindings
github.com/medikoo/dbjs-dom
medikoo/dbjs-dom
dbjs-dom
/
index.js
7 lines
(4 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
text =
require
(
'./text'
) , input =
require
(
'./input'
);
module
.
exports
=
function
(
db
) {
return
input
(
text
(db)); };