UNPKG

baseframe-js

Version:

A suite of useful Javascript plugins and functions to help with Front-end Development on websites

12 lines (11 loc) 643 B
export default function getType(val: any): string; export declare const isVisible: (el: HTMLElement, visibility?: boolean) => boolean; export declare const reflow: (elem: HTMLElement) => number; export declare const getDataOptions: (el: HTMLElement, evtName: string) => Object; export declare const docTop: () => number; export declare const noop: () => void; export declare const isHidden: (el: any) => boolean; export declare const kebabCase: (str: string) => string; export declare const camelCase: (str: string) => string; export declare const lowercaseFirstLetter: (str: string) => string; export declare const isMobileOS: () => boolean;