We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62a116 commit 72ecdf8Copy full SHA for 72ecdf8
src/utils/is-primer-component.js
@@ -1,5 +1,6 @@
1
const {isImportedFrom} = require('./is-imported-from')
2
3
+/** @returns {boolean} */
4
function isPrimerComponent(name, scope) {
5
let identifier
6
0 commit comments