Better typescript lib - TypeScript
https://github.com/uhyo/better-typescript-lib 48Better typescript lib - TypeScript Similar Projects List
Genio - Rust
54
genio - A type safe, low level replacement for std::io. Supports no_std for embedded development, just disable cargo feature std. Because of limitations of std::io::Error type, genio provides Read and Write traits that allow implementors to choose their own type. This type can be better at expressing what kinds of error can happen. Generic IO A type safe, low level replacement for std::io. Supports no_std for embedded development, just disable cargo feature std. Motivation The IO
BotTuber - Python
29
Fully Automated YouTube Channel ▶️with Added Extra Features (Automated Title, Description, Tags). Fully Automated Youtube Channel ▒█▀▀█ █▀▀█ ▀▀█▀▀ ▀▀█▀▀ █░░█ █▀▀▄ █▀▀ █▀▀█
▒█▀▀▄ █░░█ ░░█░░ ░▒█░░ █░░█ █▀▀▄ █▀▀ █▄▄▀
▒█▄▄█ ▀▀▀▀ ░░▀░░ ░▒█░░ ░▀▀▀ ▀▀▀░
FastDeploy - C++
149
⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit. ⚡️ FastDeploy 特性 | 安装 | 快速开始 | 社区交流 ⚡️ FastDeploy是一款简单易用的推理部署工具箱。覆盖业界主流优质预训练模型并提供开箱即用的开发体验,包括图像分类、目标检测、图像分割、人脸检测、人体关键点识别、文字识别等多任务,满足开发者多场景,多硬件、多平台的快速部
Node typescript boilerplate - TypeScript
1.5k
Minimalistic project template to jump start a Node.js back-end application in TypeScript. TSLint, Jest and type definitions included.
node-typescript-boilerplate
??? Developer Ready: A comprehensive template. Works out of the box for most Node.js projects.
?? Instant Value: All basic tools included and configured:
TypeScript 3.8
ESLint with
Tsd - JavaScript
1.3k
tsd
Check TypeScript type definitions
Install
$ npm install tsd
Usage
Let's assume we wrote a index.d.ts type definition for our concat module.
declare const concat: {
(value1: string, value2: s
Reacty yew - JavaScript
13
reacty_yew - Generate Yew components from React component Typescript type definitions This is a proof of concept for automatically generating Yew comp
Bun types - TypeScript
51
TypeScript type definitions for Bun's JavaScript runtime APIs. Bun TypeScript type definitions These are the type definitions for Bun's JavaScript runtime APIs. Installation Install the bun-types npm package: # ya
HypeScript - TypeScript
1.7k
🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system. 🐬 HypeScript Introduction This is a simplified implementation of TypeScript's type system that's written in TypeScript's type annotations. This means
Jsontypedef - JavaScript
9
jsontypedef Syntactic sugar for creating JSON Type Definitions (RFC 8927). All types from Learn JSON Typedef in 5 Minutes are covered, preserving orig
Type predicates generator - TypeScript
12
generating predicates and assertion function by type definitions. type-predicates-generator type-predicates-generator is a tool to automatically generate type predicates functions from type definitions. Getting start
Typed graphqlify - TypeScript
613
typed-graphqlify
Build Typed GraphQL Queries in TypeScript. A better TypeScript + GraphQL experience.
Install
npm install --save typed-graphqlify
Or if you use Yarn:
yarn add typed-graphqlify
Moti
Schemats - TypeScript
907
Generate typescript interface definitions from SQL database schema.
Schemats
Using Schemats, you can generate TypeScript interface definitions from (Postgres, MySQL) SQL database schema automatically.
Start with a database schema:
Users
id
SERIAL
username
Pkg types - TypeScript
11
pkg-types Node.js utilities and TypeScript definitions for package.json and tsconfig.json \⍩⃝/
Install # npm
npm i pkg-types
# yarn
yarn add pkg-typ
Swagger to ts mods - JavaScript
4
parse swagger document into typescript definitions and api methods. 欢迎使用 swagger-to-ts-mods ? 中文文档 | English swagger-to-ts-mods 根据 swagger文档生成typescript类型声明及api调用函数 安装 # 使用 npm
npm install swagger-to-ts-mods
# 使用 yar
Lrucache11 - C++
226
A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.
LRUCache11
A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and updat