UNPKG
blow-data
Version:
beta (0.1.0)
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Data access layer for Blow.
github.com/mchmielarski/blow-data
mchmielarski/blow-data
blow-data
/
lib
/
validators
/
validators.js
4 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
const
unique_1 =
require
(
'./unique'
);
exports
.
unique
= unique_1.
uniqueFactory
;