is-promise
Promise validator
Test utility for verifying whether an object conforms to the Promise/A+ specification
Test whether an object looks like a promises-a+ promise
282 stars
10 watching
32 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
gummesson/is-empty-object | A utility function to determine if an object is empty or not. | 11 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |
thoughtspile/banditypes | A lightweight validation library that checks data conforms to TypeScript types at runtime. | 168 |
nettofarah/property-validator | A library providing easy property validation functions for JavaScript applications | 158 |
aurelia/validatejs | Enables expressive validation using decorators and/or a fluent API. | 22 |
syntax-tree/nlcst-test | Utility to validate nodes in abstract syntax trees | 2 |
syntax-tree/unist-util-assert | A utility for verifying nodes in document trees | 4 |
jaymorrow/validatr | A JavaScript library for cross-browser HTML5 form validation | 278 |
then/then-request | A request library that returns promises and supports both browsers and node.js | 243 |
stevekane/promise-it-wont-hurt | A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
bugventure/request-validator | Provides middleware to validate incoming HTTP requests against predefined JSON schema constraints. | 0 |