@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

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

    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