Funtal Foundation
Popular repositories Loading
-
is-some-enum
is-some-enum PublicGeneric type guard to check if a given value is a member of enum
TypeScript 4
-
use-scroll-smooth
use-scroll-smooth PublicReact hook which gives a smooth scrolling functions (wrapper for smooth-scroll library)
TypeScript 2
-
get-client-window-width
get-client-window-width PublicA safe way of returning the interior width of the window in pixels
TypeScript 2
-
object-keys
object-keys PublicFix for Object.keys, which normally just returns an array of strings, which is not good when you care about strong typing
TypeScript 1
-
use-device-detect
use-device-detect PublicA gentle way of handling breakpoints in javascript
TypeScript 1
-
has-own-property
has-own-property PublicFix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing.
TypeScript 1
Repositories
- use-scroll-smooth Public
React hook which gives a smooth scrolling functions (wrapper for smooth-scroll library)
funtal/use-scroll-smooth’s past year of commit activity - get-client-window-size Public
A safe way of returning the interior width and height of the window in pixels
funtal/get-client-window-size’s past year of commit activity - repeat-component Public
If for some reason you want to draw your component n times then this package is for you
funtal/repeat-component’s past year of commit activity - has-own-property Public
Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing.
funtal/has-own-property’s past year of commit activity - object-keys Public
Fix for Object.keys, which normally just returns an array of strings, which is not good when you care about strong typing
funtal/object-keys’s past year of commit activity