main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
263 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | var uncurryThisAccessor = require('../internals/function-uncurry-this-accessor');
|
---|
3 | var SetHelpers = require('../internals/set-helpers');
|
---|
4 |
|
---|
5 | module.exports = uncurryThisAccessor(SetHelpers.proto, 'size', 'get') || function (set) {
|
---|
6 | return set.size;
|
---|
7 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.