aboutsummaryrefslogtreecommitdiff
path: root/test.js
blob: be0dae75555bcec52b1e9bb79102da14b09e3363 (plain)
1
2
3
4
5
6
const {search} = require("./init.js")
const util = require("util")

search("astolfo+images")
	.then(obj => util.inspect(obj, {showHidden: false, depth: null, colors: true}))
	.then(console.log)