This package has been deprecated

Author message:

Renamed to "kirby-types". Please upgrade your dependencies.

kirby-fest
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

kirby-fest

NPM version

A collection of TypeScript types to work with Kirby, mainly in the context of the Kirby Query Language.

Setup

# pnpm
pnpm add -D kirby-fest

# npm
npm i -D kirby-fest

Basic Usage

import type { KirbyQuery } from "kirby-fest";

// Strictly typed query for the Kirby Query Language
const query: KirbyQuery = 'kirby.page("about")';

API

Click the type names for complete docs.

Query

Blocks

Layout

KQL

License

MIT License © 2022-PRESENT Johann Schopplich

Package Sidebar

Install

npm i kirby-fest

Weekly Downloads

36

Version

0.4.4

License

MIT

Unpacked Size

7.99 kB

Total Files

8

Last publish

Collaborators

  • johannschopplich