-
```
Type '{ selected: Date; onChange: (date: [Date, Date]) => void; portalId: string; locale: string; showTimeSelect: true; timeFormat: string; timeIntervals: number; dateFormat: string; customInput:…
fzn0x updated
3 months ago
-
Restructure the project so that the typescript types live in separate files and have to be imported. This could lead to a clearer arrangement and makes it possible to reuse some types that are often n…
-
## Bug description
```
npm i -D openapi-typescript ts-to-zod
```
In `package.json`:
```json
{
"scripts": {
"fetch-openapi-types": "openapi-typescript https://developers.zoom.us/api-h…
-
Hello, I will use your lib in a project of mine, and I've implemented some typings.
Maybe you can add them if you'd like to!
declare module "robust-websocket" {
declare class RobustWe…
-
Hi are there plans to add typescript type defs for this repo?
Example error with a typescript file
```
Could not find a declaration file for module 'graphql-s2s'.
```
-
Are there any typescript types for that package?
-
Noticed that infernojs was written in typescript and this project was referenced in the docs for infernojs, but when I searched I couldn't find any types for this project. Would be nice to have given …
-
I'm trying to update to `ESLint 9` and switch over to the flat config.
I'm getting the following error from `eslint-import-plugin`. Not sure why this is happening, so any help is appreciated.
```she…
-
The type definitions for this project do not seem to be right. I've installed `@node-ipc/node-ipc`, and am trying to use the hello world example, but have run in to a few issues:
```ts
ipc.serve(…
RDIL updated
8 months ago
-
Hello! Awesome work on zeplo -- been looking for something just like this!
Any possibility we could get TypeScript type definitions for this lib? 🙏