All Projects β†’ rx-ts β†’ types

rx-ts / types

Licence: MIT License
TypeScript Type Definitions same as DefinitelyTyped.

Programming Languages

typescript
32286 projects
Svelte
593 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to types

webgpu-seed
πŸ”ΊπŸŒ± An example on how to render a hello triangle with WebGPU.
Stars: ✭ 178 (+474.19%)
Mutual labels:  typescript-definitions, typings
Definitelytyped
The repository for high quality TypeScript type definitions.
Stars: ✭ 37,066 (+119467.74%)
Mutual labels:  typescript-definitions, typings
mxgraph-road-to-DefinitelyTyped
Community effort followup to provide mxgraph TypeScript type definitions / typings via DefinitelyTyped
Stars: ✭ 23 (-25.81%)
Mutual labels:  typescript-definitions, typings
dts2as
Convert TypeScript definitions (d.ts files) into ActionScript classes and interfaces for use as external libraries with Apache FlexJS
Stars: ✭ 37 (+19.35%)
Mutual labels:  typescript-definitions
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (+445.16%)
Mutual labels:  typescript-definitions
android-dts-generator
A tool that generates TypeScript declaration files (.d.ts) from Jars
Stars: ✭ 71 (+129.03%)
Mutual labels:  typings
dts-css-modules-loader
A small Webpack loader to generate typings for your CSS-Modules
Stars: ✭ 44 (+41.94%)
Mutual labels:  typings
tiny-typed-emitter
Fully type-checked NodeJS EventEmitter
Stars: ✭ 96 (+209.68%)
Mutual labels:  typings
typings-sanctuary
*UNMAINTAINED* type definitions (for TypeScript) for JavaScript library Sanctuary
Stars: ✭ 12 (-61.29%)
Mutual labels:  typings
dts-jest
A preprocessor for Jest to snapshot test TypeScript declaration (.d.ts) files
Stars: ✭ 102 (+229.03%)
Mutual labels:  typescript-definitions
TypeScript-Library-Checklist
Your pre-launch checklist.
Stars: ✭ 19 (-38.71%)
Mutual labels:  typescript-definitions
discord.d.ts
Typings for the Discord gateway.
Stars: ✭ 24 (-22.58%)
Mutual labels:  typings
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (+316.13%)
Mutual labels:  typings
orkid-node
Reliable and modern Redis Streams based task queue for Node.js πŸ€–
Stars: ✭ 61 (+96.77%)
Mutual labels:  typescript-definitions
sveld
Generate TypeScript definitions for your Svelte components
Stars: ✭ 281 (+806.45%)
Mutual labels:  typescript-definitions
google-api-typings-generator
Updated and fixed version of TypeScript typings for Google APIs generator
Stars: ✭ 42 (+35.48%)
Mutual labels:  typescript-definitions
svelte-typeahead
Accessible, fuzzy search typeahead component
Stars: ✭ 141 (+354.84%)
Mutual labels:  typescript-definitions
opc-types
OpenComputers and TypeScript
Stars: ✭ 18 (-41.94%)
Mutual labels:  typings
discord-api-types
Up to date Discord API Typings, versioned by the API version
Stars: ✭ 270 (+770.97%)
Mutual labels:  typings
tadd
πŸ“Ί Installs packages and automatically finds best Typescript typings
Stars: ✭ 20 (-35.48%)
Mutual labels:  typings

@rxts/types

GitHub Actions Codacy Grade type-coverage GitHub release David Dev

Conventional Commits Renovate enabled JavaScript Style Guide Code Style: Prettier changesets

TypeScript Type Definitions same as DefinitelyTyped.

Install

# yarn
yarn add -D @d-ts/core

# npm
npm i -D @d-ts/core

Usage

Link to @types Automatically

# yarn
yarn add -D @d-ts/bin

# npm
npm i -D @d-ts/bin
// package.json
{
  "scripts": {
    "postinstall": "t"
  }
}

Prefer Configuring Manually

// tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "typeRoots": ["./node_modules/@types", "./node_modules/@d-ts"]
  }
}

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT Β© JounQin@1stG.me

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].