@behold/types
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

Behold feed types

Behold Typescript

This package contains types for Behold JSON feeds

Installation

# Install
npm install @behold/types

# or
pnpm add @behold/types

# or
yarn add @behold/types

Usage

Individual Imports

import type {
  Feed,
  Post,
  ChildPost,
  PostSizes,
  PostSize,
  ColorPalette,
  RGBString,
} from "@behold/types"

const instaFeed: Feed = ...

Namespaced

import type * as Behold from "@behold/types"

const instaFeed: Behold.Feed = ...

Package Sidebar

Install

npm i @behold/types

Weekly Downloads

74

Version

0.1.7

License

MIT

Unpacked Size

4.87 kB

Total Files

4

Last publish

Collaborators

  • griffinjohnston