All Projects → sindresorhus → js-types

sindresorhus / js-types

Licence: MIT License
List of JavaScript types

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to js-types

bulk-mail-cli
Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
Stars: ✭ 88 (+18.92%)
Mutual labels:  npm-package
spiderable-middleware
🤖 Prerendering for JavaScript powered websites. Great solution for PWAs (Progressive Web Apps), SPAs (Single Page Applications), and other websites based on top of front-end JavaScript frameworks
Stars: ✭ 29 (-60.81%)
Mutual labels:  npm-package
unique-names-generator
Generate unique and memorable name strings
Stars: ✭ 356 (+381.08%)
Mutual labels:  npm-package
awesome-starless
A curated list of awesome repositories with few stargazers but has a huge users.
Stars: ✭ 38 (-48.65%)
Mutual labels:  npm-package
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (-37.84%)
Mutual labels:  npm-package
XToolset
Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.
Stars: ✭ 110 (+48.65%)
Mutual labels:  npm-package
radiaSlider
circular/linear knob-style slider
Stars: ✭ 18 (-75.68%)
Mutual labels:  npm-package
ngx-interactive-paycard
Interactive Angular payment card library.
Stars: ✭ 71 (-4.05%)
Mutual labels:  npm-package
vogels-promisified
DynamoDB library Vogels promisified
Stars: ✭ 19 (-74.32%)
Mutual labels:  npm-package
angular-environment
AngularJS Environment Plugin
Stars: ✭ 78 (+5.41%)
Mutual labels:  npm-package
react-change-highlight
✨ a react component to highlight changes constantly ⚡️
Stars: ✭ 79 (+6.76%)
Mutual labels:  npm-package
Dynamic-Web-TWAIN
Dynamic Web TWAIN for package managers
Stars: ✭ 35 (-52.7%)
Mutual labels:  npm-package
komit
An interactive prompt for conventional commit messages that doesn't get in your way. Designed to run as a git hook.
Stars: ✭ 29 (-60.81%)
Mutual labels:  npm-package
add-module-exports-webpack-plugin
Add `module.exports` for Babel and TypeScript compiled code
Stars: ✭ 36 (-51.35%)
Mutual labels:  npm-package
midtrans-node
Unoffficial Midtrans Payment API Client for Node JS | Alternative for Midtrans Official Module | https://midtrans.com
Stars: ✭ 15 (-79.73%)
Mutual labels:  npm-package
braille
A Node module for converting text to Braille alphabet.
Stars: ✭ 18 (-75.68%)
Mutual labels:  npm-package
secure-env
Env encryption tool that will help you prevent attacks from npm-malicious-packages.
Stars: ✭ 53 (-28.38%)
Mutual labels:  npm-package
notifyme
react-notification-timeline is a react based component helps in managing the notification in time-based manner.
Stars: ✭ 94 (+27.03%)
Mutual labels:  npm-package
beginner-windows-npm-gulp-webdev-tutorial
Beginner guide for users on web development with node.js/npm + gulp terminal commands. You'll learn how to use other terminal commands like git, gulp, bower, yarn, and more!
Stars: ✭ 40 (-45.95%)
Mutual labels:  npm-package
tinder-client
❤️ NodeJS Tinder Client
Stars: ✭ 50 (-32.43%)
Mutual labels:  npm-package

js-types

List of JavaScript types

The list is just a JSON file and can be used anywhere.

Install

$ npm install js-types

Usage

const jsTypes = require('js-types');

console.log(jsTypes);
//=> ['Array', 'ArrayBuffer', 'Boolean', …]

License

MIT © Sindre Sorhus

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].