Here are
1,191 public repositories
matching this topic...
Cheatsheets for experienced React developers getting started with TypeScript
Updated
Jul 8, 2021
JavaScript
TypeScript execution and REPL for node.js
Updated
Jul 12, 2021
TypeScript
Updated
Jul 4, 2021
TypeScript
A lightweight RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/WebRTC server and client framework based on C++11
♠️ C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM
Typegoose - Define Mongoose models using TypeScript classes.
Updated
Jul 10, 2021
TypeScript
Typegoose - Define Mongoose models using TypeScript classes.
Updated
May 10, 2021
TypeScript
🎨 An exhaustive Pattern Matching library for TypeScript, with smart type inference.
Updated
Jul 5, 2021
TypeScript
A lightweight mvvm framework
Updated
Apr 23, 2021
JavaScript
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Updated
Jun 25, 2021
TypeScript
JavaScript architecture diagrams and dependency graphs
Updated
Jul 7, 2021
JavaScript
🌍 Take back your privacy with Dot Browser, the privacy-conscious web browser that protects you from being tracked and monitored online.
Updated
Jul 12, 2021
Python
Updated
May 30, 2021
JavaScript
🌼 🌼 🌼 使用 TypeScript + 原生 Canvas 封装的 JS 抽奖插件【大转盘 / 九宫格】🚀 并内置了一个微型的响应式来处理异步数据渲染,🌈 一套源码适配多端框架 js / jq / vue / react / taro / uni-app / 微信小程序等等...
Updated
May 7, 2021
TypeScript
基于Vue3的Material design风格移动端组件库 Material design mobile component library for Vue3
Infer TS types from JSON schemas 📝
Updated
May 30, 2021
TypeScript
基于 TypeScript 编写的 JavaScript 简洁 UI 库
Updated
Jul 10, 2021
TypeScript
🧩 Monibuca is a Modularized, Extensible framework for building Streaming Server
Updated
Jul 12, 2021
HTML
CGA 3D 计算几何算法库 | 3D Compute Geometry Algorithm Library webgl three.js babylon.js等任何库都可以使用
Updated
Jul 7, 2021
JavaScript
Книга о принципах объектно-ориентированного дизайна SOLID
Updated
Jul 12, 2021
TypeScript
Updated
Jun 18, 2021
TypeScript
A mini M3U8 downloader written in Golang for downloading and merging TS(Transport Stream) files. 一个迷你 M3U8 视频下载工具。
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Updated
Jul 12, 2021
TypeScript
TS Model & utils for creating and exposing OpenAPI 3.x contracts.
Updated
Jun 11, 2021
TypeScript
Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Updated
Jul 10, 2021
TypeScript
Automatically infer TypeScript interfaces from mongoose schemas🙀
Updated
May 10, 2021
TypeScript
Improve this page
Add a description, image, and links to the
ts
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ts
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Task export inconsistent with actions
In JS mode, exporting tasks as
module.exports = class SomeTask
causes AH to throw an error when trying to execute it ' task not found' but exporting asexports.someTask = SomeTask
works. Actions work either way.From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where