1.1.3 • Published 1 year ago

codewars-api-types v1.1.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year 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

1 year ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago