Skip to content

Instantly share code, notes, and snippets.

View btwalsh's full-sized avatar

Blake Walsh btwalsh

  • DocuSign
  • Seattle, WA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am btwalsh on github.
  • I am btwalsh (https://keybase.io/btwalsh) on keybase.
  • I have a public key ASDpkXM8fWbHwe735U9kZF4IWLpqL7Nty9svjlulatmPGQo

To claim this, I am signing this object:

@btwalsh
btwalsh / Blank snippet.yaml
Created August 28, 2018 22:15
Shared with Script Lab
name: Blank snippet
description: ''
author: btwalsh
host: EXCEL
api_set: {}
script:
content: |-
/** @CustomFunction */
function multiply(num1: number, num2: number): number {
return num1 * num2;