mirror of
https://github.com/yaitskov/purescript-typeable.git
synced 2025-01-09 01:53:06 +00:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
|
exports.clog = function(x) {
|
||
|
return function() {
|
||
|
console.log(x);
|
||
|
};
|
||
|
};
|