UNPKG

is-pnp

Version:

detects whether Plug'n'Play is active or not

4 lines (2 loc) 65 B
#!/usr/bin/env node process.exit(process.versions.pnp ? 0 : 1);