This package will convert your string values/numbers in your request body to numbers either int,float,double. you dont need specifically to convert/parse to int float each time.
Support for representing 64-bit integers in JavaScript
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
JS library that allows you to easily serialize and deserialize data with BigInt values
JavaScript string formatting utilities for Vega.
Type utilties for creating nominal/branded types in TypeScript
Binary serialization which sorts bytewise for arbirarily complex data structures
Parse JSON without risk of losing numeric information
No description provided.
Polyfill of future proposal for `util.parseArgs()`
Implementation of Structured Field Values for HTTP (RFC9651, RFC8941)
extended POSIX-style sprintf
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Interpolate numbers, colors, strings, arrays, objects, whatever!
Java Script Object eXchange.
Convert CSS text to a React Native stylesheet object
Solve CSS math expressions
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Tiny CBOR library
gRPC utility library for loading .proto files
Encode and decode base64 encoded strings
No description provided.
Check the value is string of natural number.
Convert a size string like 1.12KB to the number value in Bytes.
These functions tell you whether a credit card number is self-consistent using known algorithms for credit card numbers. All non-integer values are removed from the string before parsing so that you don't have to worry about the format of the string.
These functions tell you whether a credit card number is self-consistent using known algorithms for credit card numbers. All non-integer values are removed from the string before parsing so that you don't have to worry about the format of the string.
Hash values are set/retrieved using a number, a string, symbol or other hashable object. If the value is almost always stored as a string/symbol, retrieving from hash is quite ambiguous because Ruby treat symbol and string differently, which is good. Condensable class allow creating accessor on demand.
The class_names function takes any number of arguments which can be a string or hash. The argument 'foo' is short for { foo: true }. If the value associated with a given key is falsy (nil or false), that key won't be included in the output.
The best solution for store global settings in Rails applications. This gem will managing a table of а global key, value pairs easy. Think of it like a global Hash stored in your database, that uses simple ActiveRecord like methods for manipulation. Keep track of any global setting that you dont want to hard code into your rails app. You can store any kind of object. Strings, numbers, arrays, or any object.
This package provides the BitString class. Bit strings are something like Arrays constrained to only contain values of 0 and 1, and something like Integers. They can consist of a specific number of bits, or be arbitrarily expandable.
Adds missing values between .strings files then sorts and filters the result so that line numbers always match between your languages.
Extends the Numeric Class with the ability to create better readable representations of numeric values as a String. In the current version it supports thousands separated numbers, an exponential notation with self-adjusting precision, SI-Prefixes, Binary Prefixes and a large-number naming system.
Settings is a plugin that makes managing a table of global key, value pairs easy.
HashStruct provides an object based on Hash, but acts like Struct (or OpenStruct), providing helpful accessors for each key from the get-go. It also magically parses string values when it can (eg, dates, URIs, numbers, and does so recursively.