0.3.1 • Published 8 months ago

@textstream/core v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@textstream/core

Installation

Yarn

yarn add @textstream/core

NPM

npm i @textstream/core

Usage

import TextStream from '@textstream/core';
// Or: import {TextStream} from '@textstream/core';
const cs = new TextStream();
cs.write('export function sum(a,b) {\n`, () => {
    cs.write(`return a + b;\n`);
},'}\n');
0.3.1

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.1.1

9 months ago

0.1.0

9 months ago