Skip to content
View kossidts's full-sized avatar
Block or Report

Block or report kossidts

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. intval intval Public

    If it's supposed to be an integer, just cast it with intval. This module returns the right integer value of a given variable. Unlike parseInt it will never return NaN and you can set a default valu…

    JavaScript

  2. await-resolver await-resolver Public

    A simple to use (async await) wrapper to resolve functions, promises and more. It provides a timeout functionalitiy to delay/timeout execution and always returns an array of type [error, result] to…

    JavaScript

  3. lingueasy lingueasy Public

    A fast, minimalist and easy to use library for translations.

    JavaScript

  4. real-typeof real-typeof Public

    Retrieve the real type of a variable, a more accurate version of the `typeof` operator. This module has been improved for performance and is getting better overtime.

    JavaScript