@atcute/whitewind

1.0.4 • Public • Published

@atcute/whitewind

WhiteWind type definitions for @atcute/client, a lightweight and cute API client for AT Protocol.

usage

you'd need to import @atcute/whitewind/lexicons into your project, either by adding it into the types field in tsconfig.json or by importing it on your source code.

// tsconfig.json
{
	"compilerOptions": {
		"types": ["@atcute/whitewind/lexicons"],
	},
}
// env.d.ts
/// <reference types="@atcute/whitewind/lexicons" />
// index.ts
import '@atcute/whitewind/lexicons';

newly added lexicons are augmented to @atcute/client/lexicons module

Readme

Keywords

none

Package Sidebar

Install

npm i @atcute/whitewind

Weekly Downloads

151

Version

1.0.4

License

MIT

Unpacked Size

10.1 kB

Total Files

7

Last publish

Collaborators

  • externdefs