UNPKG

eslint-plugin-mocha

Version:

Eslint rules for mocha.

7 lines 243 B
export function isRecord(value) { return typeof value === 'object' && value !== null && !Array.isArray(value); } export function hasProperty(value, property) { return Object.hasOwn(value, property); } //# sourceMappingURL=record.js.map