forked from lix-project/lix-website
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
|
'use strict';
|
||
|
|
||
|
// https://262.ecma-international.org/6.0/#sec-toobject
|
||
|
|
||
|
module.exports = require('es-object-atoms/ToObject');
|