-
Example:
```ts
import { z, object, number, literal } from 'zod';
/**
* A Position is an array of coordinates.
* https://tools.ietf.org/html/rfc7946#section-3.1.1
* Array should contain betw…
-
## Environment
## System:
- OS: macOS 14.4.1
- CPU: (8) x64 Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
- Memory: 1.01 GB / 32.00 GB
- Shell: 5.9 - /bin/zsh
## Binaries:
- Node: 20.12…
-
Webpack contains its own typings in the form of
https://github.com/webpack/webpack/blob/master/types.d.ts
The README states
```
Removing a package
When a package bundles its own types, type…
dl748 updated
3 years ago
-
There is now a way to properly communicate the absence of the `children` prop at the TypeScript level: `React.VFC` (vs `React.FC`).
`React.VFC` aka `React.VoidFunctionComponent` does not allow `child…
-
以下を達成する。
- [x] Windowsでテストを通す
- [ ] scopeのサポート
- [x] --depthの調査
- [ ] 泣きながら英語で紹介ブログ書くっす?
-
When running ps-tree on a Mac, the resulting array looks as follows:
```javascript
[ { PPID: '65302', PID: '65304', STAT: 'S+', COMM: '/usr/local/Cellar/node/15.5.1/bin/node' } ]
```
The type de…
-
Hi @tomasz-zablocki ,
For @types/redux-orm version 0.13.6. How to use selectors with passing an argument. In the example listed at
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/ty…
-
## Describe the bug
**Node.js version:** 18.12.1
**Typescript version:** 4.9.4
**Koa version:** 2.14.1 (types: 2.13.5)
**OS version:** Mac OS 13.0.1
**Description:** Context's `session`…
-
`inspector.Session` classの `` イベントのイベント名は実行時までわからないのでexternを書くのが難しそうです.
https://nodejs.org/api/inspector.html#inspector_event_inspector_protocol_method
-
Can you add TypeScript Typings?