astro-ghostcms/.pnpm-store/v3/files/f6/bbc3329238159039a73e81fcd8e...

6 lines
126 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var inspect = require('../');
var obj = [1, 2, function f(n) { return n + 5; }, 4];
console.log(inspect(obj));