PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
test
/
function
/
#
"use strict"; var identity = require("../../../function/identity") , noop = require("../../../function/noop"); module.exports = function (t, a) { a(t.call(identity)(""), true, "Falsy"); a(t.call(noop)(), true, "Undefined"); a(t.call(identity)({}), false, "Any object"); a(t.call(identity)(true), false, "True"); };
[-] partial.js
[edit]
[-] to-string-tokens.js
[edit]
[-] spread.js
[edit]
[-] copy.js
[edit]
[+]
..
[-] not.js
[edit]
[-] curry.js
[edit]
[-] lock.js
[edit]
[-] compose.js
[edit]
[-] microtask-delay.js
[edit]