is-tagged
Function invocation checker
A tool to determine if function calls are made with tagged template strings or regular syntax
Check whether a function call is initiated by a tagged template string or invoked in a regular way
5 stars
2 watching
1 forks
Language: JavaScript
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility function that checks if a variable is undefined or not defined in the same way as null, NaN, empty strings, arrays, and objects. | 5 |
| A utility function to check if an object value exists at a given path or is not empty | 26 |
| ES6 template string functions for generating parameterized SQL query strings | 1 |
| Utility to check if a node matches certain element criteria in HTML or document structures | 12 |
| Utility function to check if a value is a number or string representation of a number | 262 |
| Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
| A polyfill implementation of the ES2015 Number.isInteger function in JavaScript | 12 |
| A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. | 6 |
| Checks whether a website is functioning correctly or not. | 388 |
| A utility function to determine if a given value is a generator or a generator function | 15 |
| Tool to check if a value is an Observable | 40 |
| A module that simplifies the use of ES6 tagged template strings in SQL queries. | 611 |
| Verifies the format and consistency of iOS app strings files | 119 |
| A tool for validating function calls with concise inline syntax | 242 |
| A decorator that enables pseudo-static typing of Python functions | 1 |