jodash
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

jodash

export declare function downloadFile(blob: BlobPart, flieName?: string): void;
 
export declare function getCanConvertNumber(value: any): boolean;
 
export declare function changeTo1000comma(value: string | number): string;
export declare function getNumberAfterRemoveComma(value: string | number): number;
export declare function ellipsis(strFull: string, cutoffLength: number, strAdd?: string): string;
export declare function decodeHTMLEntities(docu: Document, text: string): string;
export declare function make00(value: string | number): string;
 
export declare function makeQueryStringByObject(obj: any): string;

/jodash/

    Package Sidebar

    Install

    npm i jodash

    Weekly Downloads

    0

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    31.4 kB

    Total Files

    13

    Last publish

    Collaborators

    • justinaus