nefs
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Types and Definitions for a Chess API, provides functions to parse FEN and SAN format.

yarn install nefs --save

import { nt, // types
    p, // pos
    r, // role
    pi, // piece
    b, // board
    side, // castling side
    db, // db
    };

let { poss, pieces } = db;  // retrive positions and pieces from this API

See index.ts for exported names.

Readme

Keywords

Package Sidebar

Install

npm i nefs

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

90.4 kB

Total Files

86

Last publish

Collaborators

  • eguneys