UNPKG

@loom-io/node-filesystem-adapter

Version:

A file system wrapper for Node.js and Bun

4 lines (3 loc) 123 B
export function isNodeErrnoExpression(error) { return error instanceof Error && 'code' in error && 'errno' in error; }