Skip to content

Upsidedly/codewars-api-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published