import { fromIni as _fromIni } from "@aws-sdk/credential-provider-ini"; export const fromIni = (init = {}) => _fromIni({ ...init, });