diff --git a/index.js b/index.js index 918d1a8e..8ca66923 100644 --- a/index.js +++ b/index.js @@ -109,6 +109,13 @@ function is(x) { } } }, + square: { + of: { + thirteen: function() { + return x === 169; + } + } + }, within: function(y) { return { of: {