Breaking
- Require Node.js 12.20 e93cfd2
- This package is now pure ESM. Please read this.
- Changed from a default export to named exports.
const findUp = require('find-up')=>import {findUp} from 'find-up'const findUpSync = require('find-up').sync=>import {findUpSync} from 'find-up'const findUpStop = require('find-up').stop=>import {findUpStop} from 'find-up'const pathExists = require('find-up').exists=>import {pathExists} from 'find-up'const pathExistsSync = require('find-up').sync.exists=>import {pathExistsSync} from 'find-up'