ui
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var getValues = require('../helpers/values');
|
||||
|
||||
module.exports = function values() {
|
||||
return new this.constructor(getValues(this.items));
|
||||
};
|
||||
Reference in New Issue
Block a user