import sourceMapSupport, { install } from '@stackline/source-map-support' install({ handleUncaughtExceptions: false }) console.log(sourceMapSupport.install === install) console.log(typeof sourceMapSupport.mapSourcePosition)