import * as P from "flurp/pojo";const hasX = P.hasKey("x");hasX({x: 5}); // truehasX({y: 2}); // false
Example