Skip to content

Instantly share code, notes, and snippets.

@nicu-chiciuc
Created October 20, 2019 12:21
Show Gist options
  • Save nicu-chiciuc/dbe850bfb98ae492c9f2024fe09ff0b9 to your computer and use it in GitHub Desktop.
Save nicu-chiciuc/dbe850bfb98ae492c9f2024fe09ff0b9 to your computer and use it in GitHub Desktop.
{ 'global.getRandomNumber': (arg: {min: number; max: number}) => number; } &
{ 'global.getStringLength': (arg: string) => number; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment