main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
250 bytes
|
Rev | Line | |
---|
[d565449] | 1 | 'use strict';
|
---|
| 2 |
|
---|
| 3 | var $Object = require('./');
|
---|
| 4 | var RequireObjectCoercible = require('./RequireObjectCoercible');
|
---|
| 5 |
|
---|
| 6 | /** @type {import('./ToObject')} */
|
---|
| 7 | module.exports = function ToObject(value) {
|
---|
| 8 | RequireObjectCoercible(value);
|
---|
| 9 | return $Object(value);
|
---|
| 10 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.