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

1.0.1 • Public • Published

branded-record Build status npm version

Interface for Record paired with RecordContext

Install

npm install @strong-roots-capital/branded-record

Use

import BrandedRecord from '@strong-roots-capital/branded-record'

The BrandedRecord interface is defined as

/**
 * A time-series Record associated with the context of its origin.
 */
interface BrandedRecord {
    /**
     * An atomic unit of time-series data.
     */
    record: Record
    /**
     * Context of `record`
     */
    context: RecordContext
}

Related

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i @strong-roots-capital/branded-record

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

4.07 kB

Total Files

4

Last publish

Collaborators

  • amchelle
  • hamroctopus