UNPKG
sams-fifo
Version:
latest (0.0.2)
1.0.0
0.0.2
0.0.1
Fifo algorithm.
github.com/samsteam/algorithm-fifo
samsteam/algorithm-fifo
sams-fifo
/
index.js
6 lines
(5 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
exports
.
fifo
=
function
(
){
testing
:
function
(
){
console
.
info
(
'Hola, funciona bien! :D'
); } }