Skip to content

Commit 72ecdf8

Browse files
authored
Add return type annotation
1 parent b62a116 commit 72ecdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/is-primer-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const {isImportedFrom} = require('./is-imported-from')
22

3+
/** @returns {boolean} */
34
function isPrimerComponent(name, scope) {
45
let identifier
56

0 commit comments

Comments
 (0)