This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
ver2ex
/
hw-react-1
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
1
Pull-förfrågningar
0
Wiki
Gren:
master
Grenar
Taggar
master
hw-react-1
/
node_modules
/
eslint-plugin-jsx-a11y
/
__mocks__
/
IdentifierMock.js
IdentifierMock.js
107 B
Permalänk
Historik
Rå
1
2
3
4
5
6
export default function IdentifierMock(ident) {
return {
type: 'Identifier',
name: ident,
};
}