Usage import "scope-functions"; let myObj = {a:1}.also(console.log); let myNumber = {a:1}.let(x => x.a);