1.1.3 • Published 5 months ago

codewars-api-types v1.1.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
5 months ago

npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io

Unofficial typings for the codewars API for use in libraries

Installation

Install with npm / yarn / pnpm

npm install codewars-api-types
yarn add codewars-api-types
pnpm add codewars-api-types

Usage

You can only import this module by specifying the API version you want to target. Append /v* to the import path, where the * represents the API version.

Below are some examples:

// Typescipt/ES Module
import { User } from 'codewars-api-types/v1';
import * as Types from 'codewars-api-types/v1';
1.1.3

5 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago