zerolag
v1.1.0
Published
a highly efficient text buffer for editors with very large buffers
Downloads
4
Maintainers
Readme
a highly efficient text buffer for editors with very large buffers
Examples
import { add, sub } from 'zerolag'
console.log(add(1, 2)) // => 3
console.log(sub(2, 5)) // => -3
const h = (zerolag.args: unknown[]) => args
console.log(<foo bar="baz" />)
// => [ 'foo', { bar: 'baz' } ]