This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
ver2ex
/
hw-react-1
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
1
Запити на злиття
0
Wiki
Дерево:
2389e7160b
Гілки
Теги
master
hw-react-1
/
node_modules
/
eslint-plugin-jsx-a11y
/
__mocks__
/
IdentifierMock.js
IdentifierMock.js
107 B
Історія
Запис
1
2
3
4
5
6
export default function IdentifierMock(ident) {
return {
type: 'Identifier',
name: ident,
};
}