Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 266 Bytes

Collection of personal typescript utils.

Installation

npm i --save @miraway/ts-utils

Document

Check empty on array, string, object....

    import { isEmpty } from "@miraway/ts-utils"

    if(isEmpty(a)) {...}