Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
es-abstract
/
5
/
ToString.js
blob: c39faeb0dbe3662c0ab48aec5cb9cfcb2f8112c9 [
file
] [
log
] [
blame
]
'use strict'
;
var
GetIntrinsic
=
require
(
'get-intrinsic'
);
var
$String
=
GetIntrinsic
(
'%String%'
);
// http://262.ecma-international.org/5.1/#sec-9.8
module
.
exports
=
function
ToString
(
value
)
{
return
$String
(
value
);
};