eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 142 B
JavaScript
function isNotImplemented(e){return e instanceof Error&&(e.name===`NotImplementedError`||e.code===`NOT_IMPLEMENTED`)}export{isNotImplemented};