type-coercion
There are 8 repositories under type-coercion topic.
nofeaturesonlybugs/set
Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go types.
chanzuckerberg/sorbet-coerce
A type coercion lib works with Sorbet's static type checker and type definitions
nem035/js-equality-algorithms
Demonstration of the == and === algorithms in JavaScript
JenniferFuBook/JavaScriptWeb
JavaScript Web is a resource for frontend job interview and daily development work.
angieloux/javascript-workbook
An assessment piece while undertaking my studies at Coder Academy, specifically delving into JavaScript concepts, components and problem solving.
DamirsCorner/20210507-js-type-coercion
Sample project for "Fun with JavaScript type coercion" blogpost
doneee/validate-request-parameters
The purpose of this module is to enable configurable query parameter validation from HTTP request events, such as API Gateway Events or Express Routes.
marrow/typecast
Utilize Python 3 function annotations for rich, structured typecasting, not just type validation and hinting, through direct specification and inference.