Returns true if an object was created by the `Object` constructor, or Object.create(null).
Check if a value is a plain object
A document head manager for React
Check if a value is an object
Implementation of Function.prototype.bind
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Helper functions around Function call/apply/bind, for use in `call-bind`
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Determine if the current node version supports the `--preserve-symlinks` flag.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
ES2019 spec-compliant String.prototype.trimStart shim.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
ES2019 spec-compliant String.prototype.trimEnd shim.
Get and robustly cache all JS language-level intrinsics at first require time
Does this JS environment support the `name` property on functions?
Check if a certain debug flag is enabled.
Programmatic code changes of JSONC.
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Test if a value is a plain object.
Is this specifier a node.js core module?
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
A toolkit for building WYSIWYG editors with Mobiledoc
This package contains plain text helpers for Lexical.
Determine if the JS environment has Symbol support. Supports spec, or shams.
Auto email plain text part generator
BlueCloth is a Ruby implementation of John Gruber's Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). It borrows a naming convention and several helpings of interface from {Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a similar text-to-HTML conversion syntax called Textile[http://www.textism.com/tools/textile/]. BlueCloth 2 is a complete rewrite using David Parsons' Discount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C implementation of Markdown. I rewrote it using the extension for speed and accuracy; the original BlueCloth was a straight port from the Perl version that I wrote in a few days for my own use just to avoid having to shell out to Markdown.pl, and it was quite buggy and slow. I apologize to all the good people that sent me patches for it that were never released. Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If you have both installed, you can ensure you're loading the new one with the 'gem' directive: # Load the 2.0 version gem 'bluecloth', '>= 2.0.0' # Load the 1.0 version gem 'BlueCloth' require 'bluecloth'
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.