transformer compose conversions
No description provided.
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
TS Compiler transformer for formatjs
This is a library to aid in instrumenting Node.js libraries at build or load time.
A Metro config for running React Native projects with the Metro bundler
Manage docker-compose from Node.js
The Hermes runtime, used by React Native for Android, is able to output [Chrome Trace Events](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview) in JSON Object Format.
Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2
SVG transformer for react-native
compose Koa middleware
Stream transformer that prefixes lines with timestamps and other things.
remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.
🚇 Config parser for Metro.
Jest transformer for LWC and engine
Modify the values of an object
TypeScript definitions for koa-compose
JSS plugin for classes composition
Patch typescript to support custom transformers in tsconfig.json
GraphQL schema builder from different data sources with middleware extensions.
<h1 align="center"> Hermes Profile Transformer </h1>
Compose new functions f(g(x))
A simple utility for composing two or more react refs into a single callback ref.
converts bare objects to DOM objects or xml representations
Transducers, composable algorithmic transformations
A library for creating and composing producer/transformer/consumer coroutines. Producers are already provided by Ruby's built-in Enumerator class; this library provides Transformer and Consumer classes that work analogously. In particular, they are also based on Fiber and not on threads (as in some other producer/consumer libraries). Also provides a module Sink, which is analogous to Enumerable, and Enumerable/Transformer/Sink composition.
A composable application toolkit, providing data entities and collections, transforms, contract-based validations and pre-built operations. Architecture agnostic for easy integration with other toolkits or frameworks.
This is one implementation of the [Builder Pattern](https://en.wikipedia.org/wiki/Builder_pattern) in the Ruby programming language. This is primarily used for composing objects to transport a set of data to a receiver with a specific payload. The advantage of using a builder over a plain Hash is using explicit methods to set required fields, and getting a common way to present your data to the receiver. By default, `.build` will transform your data into a hash, but you can override this method to create your preferred format.