UNPKG
bdq
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Biodiversity Data Quality Mechanisms
bdq
/
mechanism
/
validate
/
index.js
3 lines
•
128 B
JavaScript
View Raw
1
2
3
exports.biogeolocation
= require(
"./biogeolocation"
)
;
exports.general
= require(
"./general"
)
;
exports.taxon
= require(
"./taxon"
)
;