-
Hello.
The following overload:
```
// https://github.com/tgriesser/knex/blob/master/types/knex.d.ts#L439
(sql: string, ...bindings: (Value | QueryBuilder)[]): Raw;
```
For the `knex.raw` c…
-
There have been some significant changes to the Electron API since v0.34.3:
- The `ipc` module has been renamed to `ipc-main` in the main process and `ipc-renderer` in the renderer process. This means…
-
Following along with the documentation https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html for adding typings to a npm package.
-
The typings provided for Flowdock & Discourse do not cover the full capability of the API, and should.
-
Currently there is a separate `@types/shelljs` package, which is even slightly out of date. E.g. it does not contain the `verbose` configuration option etc. Would anyone be against adding the type inf…
-
My package.json looks contains the typings install
`"scripts": {
"postinstall": "typings install",`
but it's working different when I run `npm run postinstall` only main and broswer dependecies a…
-
NPM package: 4.0.0
The [`withMap` HoC](https://github.com/alex3165/react-mapbox-gl/blob/master/src/context.tsx#L9) from `react-mapbox-gl/src/context` is removing the prop typings from the component…
ghost updated
5 years ago
-
```ts
ERROR in ../node_modules/@angular/material/core/typings/datetime/native-date-adapter.d.ts:8:26 - error TS2307: Cannot find module '@angular/cdk/platform'.
8 import { Platform } from '@angula…
-
It'd be nice to have a typings website that can point people to getting started and searching and reading about how to write typings and use TypeScript.
Some resources:
- https://github.com/typings/a…
-
When I have soft delete enabled models with typescript, I have to do this:
```ts
type SoftDeleteQueryBuilder = QueryBuilder & {
includeDeleted: () => void
}
```
to be able to call `include…
capaj updated
3 years ago