daifengqi / fp-ts

Functional programming tutorial in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fp-ts

Functional programming tutorial in TypeScript.

Init

If you use npm, then

npm install
npm run dev

replace the code if you use yarn or pnpm.

How to use

Select a test file in src/test directory, and import the run() method in src/main.ts

For example,

import { run } from "./test/test5-of";

run(); // check the result in localhost:3000 console.

Powered by @Vite.

About

Functional programming tutorial in TypeScript.

License:Apache License 2.0


Languages

Language:TypeScript 86.5%Language:HTML 9.3%Language:CSS 4.1%