Skip to content

Instantly share code, notes, and snippets.

@nicu-chiciuc
Created October 20, 2019 12:21
Show Gist options
  • Save nicu-chiciuc/6c1963e7178b378fec6fb0d9023788f7 to your computer and use it in GitHub Desktop.
Save nicu-chiciuc/6c1963e7178b378fec6fb0d9023788f7 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