import { getStackOutputs } from './get-stack-outputs.ts' getStackOutputs() .then(console.log) .catch(console.error)