github-pages-deploy-action/node_modules/eslint-plugin-jsx-a11y/__mocks__/LiteralMock.js
2020-03-06 22:45:40 -05:00

11 lines
136 B
JavaScript

/**
* @flow
*/
export default function LiteralMock(value: string) {
return {
type: 'Literal',
value,
raw: value,
};
}