JSFiddle - React, Tailwind, and code Playground by Luiza CICONE May 07, 2019 TypeScript enum test { a = 'A', b = 'B' } console.error(_.keys(test));