0.1.7 • Published 1 year ago

@behold/types v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 = ...
0.1.7

1 year ago

0.1.6

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago