writable
There are 63 repositories under writable topic.
AmadeusITGroup/tansu
tansu is a lightweight, push-based framework-agnostic state management library. It borrows the ideas and APIs originally designed and implemented by Svelte stores and extends them with computed and batch.
bryanmylee/svelte-keyed
A writable derived store for objects and arrays
efstajas/svelte-stored-writable
✍️💾😎 A simple drop-in extension of Svelte's writable that stores and restores its contents using localStorage.
HowProgrammingWorks/Streams
Read, write, transform data streams
metarhia/metastreams
Readable and Writable Streams with buffering
crccheck/kinesis-streams
AWS Kinesis readable and writable streams
foxifyjs/stream
A high performance Stream alternative for Node.js and browser
ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
matssom/svelte-storable
:file_folder: Package that adds automatic localStorage to 'writable' from svelte.
mvisat/concurrent-streams
Node.js safe multiple concurrent readable and writable streams from the same file
stdlib-js/streams-node-debug
Transform stream for debugging stream pipelines.
stdlib-js/streams-node-debug-sink
Writable stream for debugging stream pipelines.
Babak-Gholamzadeh/stream-module
This is a simplified version of built-in Node.js stream module
D9RS/writable-streams
Own simple implementation of fs.WriteStream and stream.Writable
ehmicky/redefine-property
Better `Object.defineProperty()`
matssom/storable-state
:package: Simple state management library with local storage integration
stdlib-js/assert-is-node-duplex-stream-like
Test if a value is Node duplex stream-like.
stdlib-js/assert-is-read-only-property
Test if an object's own property is read-only.
stdlib-js/assert-is-writable-property
Test if an object's own property is writable.
stdlib-js/streams-node-inspect
Transform stream for inspecting streamed data.
stdlib-js/streams-node-inspect-sink
Writable stream for inspecting streamed data.
stdlib-js/streams-node-split
Transform stream which splits streamed data.
stdlib-js/streams-node-transform
Transform stream.
stdlib-js/utils-define-configurable-write-only-accessor
Define a configurable write-only accessor.
stdlib-js/utils-define-memoized-property
Define a memoized object property.
stdlib-js/utils-define-nonenumerable-read-only-property
Define a non-enumerable read-only property.
stdlib-js/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
stdlib-js/utils-define-property
Define (or modify) an object property.
stdlib-js/utils-define-read-only-property
Define a read-only property.
stdlib-js/utils-define-read-write-accessor
Define a read-write accessor.
stdlib-js/utils-define-write-only-accessor
Define a write-only accessor.
stdlib-js/utils-inherited-writable-property-names
Return an array of an object's inherited writable property names.
stdlib-js/utils-inherited-writable-property-symbols
Return an array of an object's inherited writable symbol properties.
stdlib-js/utils-writable-properties
Return an array of an object's own writable property names and symbols.
stdlib-js/utils-writable-property-names-in
Return an array of an object's own and inherited writable property names.
stdlib-js/utils-writable-property-symbols-in
Return an array of an object's own and inherited writable symbol properties.