UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (7 loc) 227 B
function getJsType(content) { const isCJS = content.includes("module.exports"); const isESM = !!content.match(/export\s+default/); return { isCJS, isESM }; } export { getJsType }; //# sourceMappingURL=get-js-type.js.map