# node-push-unique **Repository Path**: mirrors_kaelzhang/node-push-unique ## Basic Information - **Project Name**: node-push-unique - **Description**: Push an item to an array and make sure all items are unique. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/kaelzhang/node-push-unique.svg?branch=master)](https://travis-ci.org/kaelzhang/node-push-unique) # push-unique ## Install ```sh $ npm install push-unique --save ``` ## Usage ```js var push_unique = require('push-unique'); ``` ## License MIT