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

GitHub

5 stars
2 watching
1 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fibo/not-defined 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
jonschlinkert/has-value A utility function to check if an object value exists at a given path or is not empty 26
snooc/sql-tags ES6 template string functions for generating parameterized SQL query strings 1
syntax-tree/hast-util-is-element Utility to check if a node matches certain element criteria in HTML or document structures 12
jonschlinkert/is-number Utility function to check if a value is a number or string representation of a number 262
jonschlinkert/in-array Returns true if a value exists in an array without searching the entire array or handling null values 16
parshap/js-is-integer A polyfill implementation of the ES2015 Number.isInteger function in JavaScript 12
ember-polyfills/ember-fn-helper-polyfill A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. 6
sindresorhus/is-up Checks whether a website is functioning correctly or not. 388
blakeembrey/is-generator A utility function to determine if a given value is a generator or a generator function 15
sindresorhus/is-observable Tool to check if a value is an Observable 40
felixfbecker/node-sql-template-strings A module that simplifies the use of ES6 tagged template strings in SQL queries. 611
dcordero/rubustrings Verifies the format and consistency of iOS app strings files 119
fulcrologic/guardrails A tool for validating function calls with concise inline syntax 242
joshpurvis/stifle A decorator that enables pseudo-static typing of Python functions 1