fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Christopher “boneskull” Hiller

is there some way to use @typedef to import a type but not create a new one and/or not export it?

I think this is my main pain-point with for . if the thing you’re importing has type args, you seem to have to duplicate them or have “import(..).Foo” everywhere. am I missing something? can I use triple-slash directives somehow?