4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
"use strict";
|
|
|
|
module.exports = function (value) { return value; };
|