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:
I hereby claim:
To claim this, I am signing this object:
name: Blank snippet | |
description: '' | |
author: btwalsh | |
host: EXCEL | |
api_set: {} | |
script: | |
content: |- | |
/** @CustomFunction */ | |
function multiply(num1: number, num2: number): number { | |
return num1 * num2; |