@strong-roots-capital/to-indicator-record
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

to-indicator-record Build status npm version codecov

Transform records to indicator-records

Install

npm install @strong-roots-capital/to-indicator-record

Use

import toIndicatorRecord from '@strong-roots-capital/to-indicator-record'
import randomRecordStream from '@strong-roots-capital/random-record-stream'

const context = getContext()
randomRecordStream(start.toDate(), end.toDate())
    .pipe(toIndicatorRecord(context))
    // and Records become IndicatorRecords

Related

Package Sidebar

Install

npm i @strong-roots-capital/to-indicator-record

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

5.21 kB

Total Files

4

Last publish

Collaborators

  • amchelle
  • hamroctopus