Skip to content

Instantly share code, notes, and snippets.

@hw0k
Last active June 28, 2020 09:53
Show Gist options
  • Save hw0k/968dc8bbb4eeb6aee33b23b1a9f5e8ab to your computer and use it in GitHub Desktop.
Save hw0k/968dc8bbb4eeb6aee33b23b1a9f5e8ab to your computer and use it in GitHub Desktop.
FND 6
function createPage({ title, body, tags, actions }) { /* ... */ }
// usage
createPage({
title: 'Hello world!',
body: 'bodybodybody',
tags: ['onboarding'],
actions: [],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment