Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Last active August 3, 2022 12:00
Show Gist options
  • Save nathanclevenger/ee36d43a8e75965dd08a6539898ad3e5 to your computer and use it in GitHub Desktop.
Save nathanclevenger/ee36d43a8e75965dd08a6539898ad3e5 to your computer and use it in GitHub Desktop.
export default ([ collection, id, method = 'get' ], env) => env.KV.get(collection + '/' + id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment