Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
52%
Published
a year ago (1.3.0)

ntypes

TypeScript types for core Notion data structures.

NPM Build Status Prettier Code Formatting

Install

pnpm i @texonom/ntypes

This package only exports types and is compatible with both Node.js and browsers.

Usage

import type {} from '@texonom/ntypes'

Docs

See the full docs.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@texonom/ntypes

Import symbol

import * as ntypes from "@texonom/ntypes";
or

Import directly with a jsr specifier

import * as ntypes from "jsr:@texonom/ntypes";

Add Package

pnpm i jsr:@texonom/ntypes
or (using pnpm 10.8 or older)
pnpm dlx jsr add @texonom/ntypes

Import symbol

import * as ntypes from "@texonom/ntypes";

Add Package

yarn add jsr:@texonom/ntypes
or (using Yarn 4.8 or older)
yarn dlx jsr add @texonom/ntypes

Import symbol

import * as ntypes from "@texonom/ntypes";

Add Package

vlt install jsr:@texonom/ntypes

Import symbol

import * as ntypes from "@texonom/ntypes";

Add Package

npx jsr add @texonom/ntypes

Import symbol

import * as ntypes from "@texonom/ntypes";

Add Package

bunx jsr add @texonom/ntypes

Import symbol

import * as ntypes from "@texonom/ntypes";