Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
9702974a4a5cca1c40fac6bea2d7a22daf86255e
9702974a4a5cca1c40fac6bea2d7a22daf86255e
Switch branch/tag
purescript-gargantext
src
Gargantext
Utils
Array.js
Find file
Normal view
History
Permalink
Array.js
73 Bytes
Edit
Web IDE
Newer
Older
add Garg.Utils.Array
f17c98df
James Laver
committed
5 years ago
1
2
3
4
function
_push
(
a
,
i
)
{
a
.
push
(
i
);
}
module
.
exports
=
{
_push
:
_push
};