all files / lib/locales/default/misc/ index.js

100% Statements 5/5
100% Branches 4/4
100% Functions 1/1
100% Lines 3/3
1 branch Ignored     
1 2 3 4 5 6        
import uuid from "uuid";
 
module.exports = {
	uuid: uuid.v4
};