A JavaScript utility library for parsing and formatting numbers and dates, designed for use with plotset. Version 1.2.158. Provides functions like parseNumber, numberFormatter, parseDateTime, and dateFormatter with customizable patterns. Automatically detects number radix characters and date formats. Lightweight, zero-dependency library for Node.js and browser. Suitable for data formatting in analytics dashboards.
npm install plotset-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using core parsing functions getType, parseNumber, and parseDateTime.
Use require() or configure bundler to handle CommonJS.
Use destructuring from require(): const { ... } = require('plotset-formatter')Set forceMode to false unless you are certain of the radix character.
Update to latest version and verify parameter order per docs.
Change 'import { getType } from "plotset-formatter"' to 'const { getType } = require("plotset-formatter")'.Run 'npm install plotset-formatter' and ensure import path is correct.
Use named destructuring: const { ... } = require('plotset-formatter')No dependency data recorded yet.