UNPKG

@pokerland/utils

Version:

General Poker Utils

2 lines 1.27 kB
'use strict';var e=Object.defineProperty;var B=(t,r)=>e(t,"name",{value:r,configurable:true});var c=B((t,r)=>r===0||t[r].street!==t[r-1].street,"isNewStreet"),U=B(t=>["call","raise","bet"].includes(t),"actionRequiresAmount"),s={10:["BU","SB","BB","UTG","UTG+1","UTG+2","UTG+3","LJ","HJ","CO"],9:["BU","SB","BB","UTG","UTG+1","UTG+2","LJ","HJ","CO"],8:["BU","SB","BB","UTG","UTG+1","LJ","HJ","CO"],7:["BU","SB","BB","UTG","LJ","HJ","CO"],6:["BU","SB","BB","UTG","HJ","CO"],5:["BU","SB","BB","UTG","CO"],4:["BU","SB","BB","CO"],3:["BU","SB","BB"],2:["SB/BU","BB"]},n=B(t=>s[t]||[],"positions");function T(t,r="USD"){return new Intl.NumberFormat("en-US",{style:"currency",currency:r,maximumFractionDigits:0}).format(t)}B(T,"formatCurrency");var h=["preFlop","flop","turn","river"],i=["Ad","2d","3d","4d","5d","6d","7d","8d","9d","Td","Jd","Qd","Kd","Ac","2c","3c","4c","5c","6c","7c","8c","9c","Tc","Jc","Qc","Kc","Ah","2h","3h","4h","5h","6h","7h","8h","9h","Th","Jh","Qh","Kh","As","2s","3s","4s","5s","6s","7s","8s","9s","Ts","Js","Qs","Ks"];var m="a";exports.a=m;exports.actionRequiresAmount=U;exports.cardList=i;exports.formatCurrency=T;exports.isNewStreet=c;exports.positions=n;exports.streetList=h;//# sourceMappingURL=index.cjs.map //# sourceMappingURL=index.cjs.map