UNPKG

compromise

Version:
22 lines 363 B
// '5 oz' - 'dr oz' const un = 'Unit' const clues = { beforeTags: { Value: un }, afterTags: {}, beforeWords: { per: un, every: un, each: un, square: un, //square km cubic: un, sq: un, metric: un //metric ton }, afterWords: { per: un, squared: un, cubed: un, long: un //foot long }, } export default clues