You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
This is a great library first off. My only qualm is that in order to import it I have to use the outdated /// <reference_path ... />. Ideally this library should be findable by the typescript compiler by having an index.d.ts file in the root directory. Modules should also ideally be importable by using import { Module } from 'tsmonad. If you'd like I can submit a PR
The text was updated successfully, but these errors were encountered:
This is a great library first off. My only qualm is that in order to import it I have to use the outdated
/// <reference_path ... />
. Ideally this library should be findable by the typescript compiler by having anindex.d.ts
file in the root directory. Modules should also ideally be importable by usingimport { Module } from 'tsmonad
. If you'd like I can submit a PRThe text was updated successfully, but these errors were encountered: