doable A tiny starter package currently exporting an identity helper. Install npm install doable Usage const { identity } = require("doable"); identity("hello"); // => "hello"