Skip to content

Instantly share code, notes, and snippets.

@bbeesley
Created July 10, 2018 16:42
Show Gist options
  • Save bbeesley/5f9512c0b13cfc5d8e241dfae591dcea to your computer and use it in GitHub Desktop.
Save bbeesley/5f9512c0b13cfc5d8e241dfae591dcea to your computer and use it in GitHub Desktop.
var fdk=require('@fnproject/fdk');
var module=require('#####');
fdk.handle(function(input){
return (module.default) ? module.default(input) : module(input);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment