# video-wayfinder-types-developer

> A shared type library for use across the Wayfinder video management system.

Latest version **1.0.2** (published 2021-06-07) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install video-wayfinder-types-developer
pnpm add video-wayfinder-types-developer
yarn add video-wayfinder-types-developer
bun add video-wayfinder-types-developer
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2021-06-07 |
| First published | 2021-05-28 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 15.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | CBSi Video Technology Team |
| Maintainers | bjudemcdonald |

## Links

- npm: https://www.npmjs.com/package/video-wayfinder-types-developer
- npm.io page: https://npm.io/package/video-wayfinder-types-developer

## Recent versions

- 1.0.2 (latest) — 2021-06-07
- 1.0.1 — 2021-05-28
- 1.0.0 — 2021-05-28

## README

# Wayfinder

![Build](https://github.com/cbs-sports/video-wayfinder-types/workflows/Build/badge.svg)
![Publish](https://github.com/cbs-sports/video-wayfinder-types/workflows/Publish/badge.svg)

A shared type library for use across the Wayfinder video management system.

## Installation

> :warning: Since this is an internal package hosted on GitHub, there are a few extra steps you'll have to take before installing. Refer to GitHub's [documentation](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages#authenticating-to-github-packages) on how to get set up.

Once you're authenticated and your project is configured to use GitHub packages, install the package as you would any other dev dependency:

```bash
npm install --save-dev @cbs-sports/video-wayfinder-types
```

## Usage

```ts
import React from "react";
import { Event } from "@cbs-sports/video-wayfinder-types";

export default function Events() {
  const [events, setEvents] = React.useState<Event[]>([]);
  // ...
}
```

---
_Source: https://npm.io/package/video-wayfinder-types-developer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
