@ptkhanh94npm/sunt-placeat-harum

1.0.0 • Public • Published

@ptkhanh94npm/sunt-placeat-harum Version Badge

github actions coverage License Downloads

npm badge

A robust, ES3 compatible, "has own property" predicate.

Example

const assert = require('assert');
const hasOwn = require('@ptkhanh94npm/sunt-placeat-harum');

assert.equal(hasOwn({}, 'toString'), false);
assert.equal(hasOwn([], 'length'), true);
assert.equal(hasOwn({ a: 42 }, 'a'), true);

Tests

Simply clone the repo, npm install, and run npm test

Readme

Keywords

Package Sidebar

Install

npm i @ptkhanh94npm/sunt-placeat-harum

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

13 kB

Total Files

10

Last publish

Collaborators

  • skylerlabsventure