UNPKG
iraq
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
```sh npm i iraq ```
sy-ga.xyz
DevZezo/iraq
iraq
/
index.js
8 lines
(5 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
iraq =
function
(
) {
console
.
log
(
"iraq"
) }
module
.
exports
.
iraq
= iraq;