mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 12:58:32 +00:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
'use strict';
|
|
|
|
module.exports = function () {
|
|
return this.values().next().value;
|
|
};
|