0.1.7 • Published 2 years ago

@behold/types v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago