Home Reference Source

src/regions/isOecd.js

  1. /**
  2. * Check whether the given region is a member of the OECD.
  3. * @param {Object} region
  4. * @returns {bool} return true if the region is a member of the OECD
  5. */
  6. export const isOecd = (region) => region.region === "OECD members";