Skip to content

Instantly share code, notes, and snippets.

@pablohpsilva
Last active July 15, 2016 21:13
Show Gist options
  • Save pablohpsilva/1b6886ccebfbbdd32cc345e21daae45f to your computer and use it in GitHub Desktop.
Save pablohpsilva/1b6886ccebfbbdd32cc345e21daae45f to your computer and use it in GitHub Desktop.
{
id: String, //Filter's identifier
args: Array, //an Array that will apply on the function here declared
func: Function //The filter per se.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment