Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Type file is missing in 0.8.0 #44

Closed
russelldmatt opened this issue Nov 20, 2017 · 2 comments
Closed

Type file is missing in 0.8.0 #44

russelldmatt opened this issue Nov 20, 2017 · 2 comments

Comments

@russelldmatt
Copy link

This is likely user error as I'm new to typescript, but I'm having the same issue with 0.8.0. As a sanity check, I installed 0.7.2, but even with that version I still don't see the tsmonad.d.ts file.

With latest (0.8.0):

Matts-MacBook-Pro-3:typescript russell$ npm install tsmonad
npm WARN test@1.0.0 No description
npm WARN test@1.0.0 No repository field.

+ tsmonad@0.8.0
added 1 package in 0.626s
Matts-MacBook-Pro-3:typescript russell$ tree node_modules/
node_modules/
└── tsmonad
    ├── LICENSE-MIT
    ├── README.md
    ├── dist
    │   ├── tsmonad.js
    │   └── tsmonad.js.map
    ├── lib
    │   └── src
    │       ├── either.d.ts
    │       ├── index.d.ts
    │       ├── maybe.d.ts
    │       ├── monad.d.ts
    │       └── writer.d.ts
    └── package.json

4 directories, 10 files

Any help would be appreciated, thanks!

@cbowdon
Copy link
Owner

cbowdon commented Nov 24, 2017

Possibly related to #35

You're right, there is no tsmonad.d.ts. I'm afraid it's been literally a year since I used TsMonad myself, so off the top of my head I'm not sure why not. Looking at that tree output I'd guess other users are using the individual definitions under lib/src. Perhaps that would work for you?

@cbowdon
Copy link
Owner

cbowdon commented Dec 15, 2018

Sorry, I have no time to look into this. Please reopen if it's a concern.

@cbowdon cbowdon closed this as completed Dec 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants