An educational pure functional programming library in TypeScript
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix demo.ts import path

+1 -1
+1 -1
examples/demo.ts
··· 113 113 runPromise, 114 114 runPromiseExit, 115 115 runFiber, 116 - } from "./src/index"; 116 + } from "../src/index"; 117 117 118 118 // ============================================================================= 119 119 // PART I: FOUNDATIONS DEMO