Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

`to-primitive-x` is a small utility library that implements the ECMAScript “ToPrimitive” abstract operation, converting any JavaScript value (especially objects like Dates) into a primitive `string` or `number`. It’s aimed at developers who need a reliable, spec‑compliant way to coerce objects to primitives in Node.js or browser environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of xotic750/to-primitive-x

Account's avatar
Xotic750/has-symbol-support-x
Tests if ES6 Symbol is supported.
Account's avatar
inspect-js/is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
Xotic750/is-function-x
Determine whether a given value is a function object.
Account's avatar
Xotic750/is-nil-x
Checks if `value` is `null` or `undefined`.
Account's avatar
Xotic750/is-primitive-x
Returns true if the value is a primitive.
Account's avatar
inspect-js/is-symbol
Determine if a value is an ES6 Symbol or not.
Account's avatar
Xotic750/require-object-coercible-x
ES6-compliant shim for RequireObjectCoercible.
Account's avatar
Xotic750/simple-call-x
The abstract operation Call is used to call the [[Call]] internal method of a function object.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Babel command line
Account's avatar
babel/babel
Compile ES5 property mutator shorthand syntax to Object.defineProperty
Account's avatar
babel/babel
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
babel's modular runtime helpers
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for webpack
Account's avatar
Xotic750/eslint-config-recommended
Current recommendation ESLint config.
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
import-js/eslint-plugin-import
Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.
Account's avatar
babel/eslint-plugin-babel
an eslint rule plugin companion to babel-eslint
Account's avatar
amilajack/eslint-plugin-compat
Lint browser compatibility of API used
Account's avatar
atfzl/eslint-plugin-css-modules
Checks that you are using the existent css/scss/less classes, no more no less
Account's avatar
mysticatea/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
Account's avatar
BenoitZugmeyer/eslint-plugin-html
A ESLint plugin to lint and fix inline scripts contained in HTML files.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
azeemba/eslint-plugin-json
eslint plugin for JSON files
Account's avatar
idok/eslint-plugin-lodash
Lodash specific linting rules for ESLint
Account's avatar
dustinspecker/eslint-plugin-no-use-extend-native
ESLint plugin to prevent use of extended native objects
Account's avatar
bryanrsmith/eslint-plugin-prefer-object-spread
ESLint rule for suggesting that object spread properties be used instead of Object.assign().
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
bryanrsmith/eslint-plugin-sort-class-members
ESLint rule for enforcing consistent ES6 class member order.
Account's avatar
lukeapage/eslint-plugin-switch-case
switch-case specific linting rules for ESLint
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.

Support the repos that depend on this repository

Top contributors

Xotic750's profile
Xotic750
76 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
xotic750

xotic750/to-primitive-x

Converts a JavaScript object to a primitive value.

JavaScript
0
0
MIT License