ottoman-wars.js
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "ottoman-wars.js", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Osmanlının en önemli 10 savaşını basit bir şekilde anlatıldığı modül :)).", | ||
@@ -5,0 +5,0 @@ "main": "ottoman.js", |
@@ -25,10 +25,6 @@ #Osmanlı En Önemli 10 Savaşı | ||
info.savaşlar(1).then(roxza => | ||
console.log(roxza.Savaş) | ||
console.log(roxza.Ülkeler) | ||
console.log(roxza.Liderler) | ||
console.log(roxza.Sonuç) | ||
console.log(roxza.Tarih) | ||
console.log(roxza.bölge) | ||
) | ||
info.savaşlar(10).then(x => | ||
console.log(x.Savaş), | ||
); | ||
// > Otlukbeli Muharebesi | ||
@@ -35,0 +31,0 @@ info.savaşlar(1).then(roxza => console.log(roxza.Savaş)) |
6
x.js
const info = require("./ottoman.js"); | ||
info.savaşlar(5).then(roxza => console.log(roxza.Savaş)) | ||
info.savaşlar(1).then(x => | ||
console.log(x.Savaş), | ||
console.log(x.Sonuç) | ||
); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137
7572
35