sanctuary-show
Stringifier
A JavaScript library that provides a 'show' function to produce descriptive string representations of values
equals (x) (eval (show (x)))
14 stars
10 watching
5 forks
Language: JavaScript
last commit: 28 days ago sanctuary
Related projects:
Repository | Description | Stars |
---|---|---|
sanctuary-js/sanctuary-type-identifiers | A package to derive and parse type identifiers from JavaScript values. | 21 |
sanctuary-js/sanctuary-type-classes | A library providing standardized type class implementations and lawful method implementations for common algebraic structures in JavaScript. | 235 |
sanctuary-js/sanctuary | A JavaScript library that promotes pure function composition and avoids runtime type errors by providing data types for handling uncertain values. | 3,040 |
jprichardson/string.js | Provides additional string manipulation methods in JavaScript without modifying the native prototype. | 1,809 |
syntax-tree/esast-util-from-js | A utility to convert JavaScript code into an abstract syntax tree (AST) format | 12 |
deitch/searchjs | A JavaScript query library with a JSON query language to filter objects based on conditions specified in the query. | 311 |
yeoman/stringify-object | Converts an object or array to a formatted string representation | 309 |
esamattis/jslibs | A curated collection of useful JavaScript libraries for building web applications. | 59 |
aurelia/validatejs | Enables expressive validation using decorators and/or a fluent API. | 22 |
senchalabs/jsduck | Generates documentation for JavaScript code using Markdown and infers information from the code itself. | 1,502 |
syntax-tree/unist-util-select | Tool for finding nodes in a tree using CSS-like selectors | 61 |
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |
syntax-tree/unist-util-filter | Utility to remove unwanted nodes from a tree data structure | 18 |
serenadeai/tree-sitter-scss | A grammar for parsing SCSS code using the tree-sitter parser | 24 |
sindresorhus/p-some | Wait for a specified number of promises to be fulfilled | 36 |