# @netlify/types

[![npm version](https://img.shields.io/npm/v/@netlify/types.svg)](https://www.npmjs.com/package/@netlify/types)

TypeScript types for Netlify platform primitives.

## Installation

```shell
npm install @netlify/types
```

### Requirements

- Node.js 16.0.0 and above

## Usage

This package provides TypeScript type definitions for various Netlify platform primitives. Import the types you need in
your TypeScript code:

```typescript
import type { Context } from '@netlify/types'
import type { NetlifyGlobal } from '@netlify/types'
```

## Types

The package includes TypeScript definitions for:

- `Context`: Type definitions for Netlify's context object
- `NetlifyGlobal`: Type definitions for Netlify's global variables

## Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or
submit a pull request.
