UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

25 lines (15 loc) 267 B
const docBoilerplateGenerator = name => `# ${name} Write a useful explanation here! ### References 1. ## Rule details This rule takes no arguments. ### Succeed \`\`\`jsx <div /> \`\`\` ### Fail \`\`\`jsx \`\`\` `; module.exports = docBoilerplateGenerator;