JSFiddle - React, Tailwind, and code Playground

by Luiza CICONE

TypeScript

enum test {
 a = 'A',
 b = 'B'
}

console.error(_.keys(test));