UNPKG

rollup-plugin-data-qa

Version:

[![npm](https://img.shields.io/npm/dm/rollup-plugin-data-qa.svg)](https://www.npmjs.com/package/rollup-plugin-data-qa) [![semantic-release](https://img.shields.io/badge/semantic-release-e10079.svg?logo=semantic-release)](https://github.com/semantic-releas

8 lines (7 loc) 247 B
//#region src/utils/react/findStyledComponentName/index.ts function findStyledComponentName(node) { if (node.type === "VariableDeclarator" && node.id) return node.id.name; return ""; } //#endregion export { findStyledComponentName as default };