🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
155 B
JavaScript
Executable File
7 lines
155 B
JavaScript
Executable File
'use strict';
|
|
|
|
var getValues = require('../helpers/values');
|
|
|
|
module.exports = function values() {
|
|
return new this.constructor(getValues(this.items));
|
|
}; |