API/api.medcify.app/node_modules/.bin/is-ci

5 lines
70 B
Plaintext
Raw Normal View History

2022-09-26 06:11:44 +00:00
#!/usr/bin/env node
'use strict'
process.exit(require('./') ? 0 : 1)