UNPKG

@nesk/puphpeteer

Version:

A Puppeteer bridge for PHP, supporting the entire API.

13 lines (10 loc) 226 B
'use strict'; function output(value) { process.stdout.write(JSON.stringify(value)); } try { const manifest = require('puppeteer/package.json'); output(manifest.version); } catch (exception) { output(null); }