Skip to content

Instantly share code, notes, and snippets.

@me2beats
Created May 1, 2021 08:12
Show Gist options
  • Save me2beats/b2c5b08f2f7ab7aafe1de6d7153c4ddb to your computer and use it in GitHub Desktop.
Save me2beats/b2c5b08f2f7ab7aafe1de6d7153c4ddb to your computer and use it in GitHub Desktop.
Type utils class
static func is_any_array(val):
return typeof(val)>=19 and typeof(val)<=26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment