UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

10 lines (9 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLocaleFractionSeparator = void 0; const getLocaleFractionSeparator = (locale) => { const fakeNum = 1.1; const output = fakeNum.toLocaleString(locale); return output.substring(1, 2); }; exports.getLocaleFractionSeparator = getLocaleFractionSeparator;