gist: 1969 Download_button fork
public
Public Clone URL: git://gist.github.com/1969.git
Text only
1
2
3
4
5
6
7
8
9
10
  
  self.istypeof = function(other) {
    // Is self the same type as other?
    
  }
  
  self.isany = function(types) {
    // take nums, chars, lists and maybe args
    // can't see any reason to take hashes
  }

Owner

maxwell

Revisions