UNPKG

@stokr/components-library

Version:

STOKR - Components Library

9 lines (8 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUSInvestor = void 0; const usCountries = ['United States', 'Puerto Rico']; const isUSInvestor = user => usCountries.includes(user.country); exports.isUSInvestor = isUSInvestor;