codewars-api-types

1.1.3 • Public • Published

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';

/codewars-api-types/

    Package Sidebar

    Install

    npm i codewars-api-types

    Weekly Downloads

    0

    Version

    1.1.3

    License

    GPL-3.0-or-later

    Unpacked Size

    15.6 kB

    Total Files

    6

    Last publish

    Collaborators

    • upsided