@technoeren/tdk-api
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@technoeren/tdk-api", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "./dist/index.js", | ||
@@ -34,3 +34,4 @@ "types": "./dist/index.d.ts", | ||
"tdk-api", | ||
"türk dil kurumu" | ||
"türk dil kurumu", | ||
"turkish dictionary" | ||
], | ||
@@ -37,0 +38,0 @@ "husky": { |
# tdk-api | ||
Türk Dil Kurumu API | ||
# Eğer paket ile ilgili bir sorun yaşıyorsanız discord'ta technoeren#7608 ile benimle iletişime geçebilirsiniz. | ||
@@ -30,5 +31,3 @@ ## Yükleme | ||
console.log(response) | ||
}) | ||
@@ -57,5 +56,3 @@ ``` | ||
console.log(response) | ||
}) | ||
@@ -74,3 +71,2 @@ ``` | ||
console.log(response) | ||
}) | ||
@@ -91,3 +87,2 @@ ``` | ||
console.log(response) | ||
}) | ||
@@ -94,0 +89,0 @@ ``` |
@@ -54,3 +54,3 @@ import axios from "axios"; | ||
let proverbs: ProVerbsResponse[] = [{ soz: '', anlam: '', tur: ''}]; | ||
let proverbs: ProVerbsResponse[] = []; | ||
@@ -65,3 +65,3 @@ for (const element of response.data) { | ||
return { proverbs }; | ||
return {proverbs}; | ||
} | ||
@@ -68,0 +68,0 @@ } |
@@ -0,1 +1,2 @@ | ||
export interface IGetWord { | ||
@@ -6,2 +7,13 @@ anlamlar: Object[] | ||
export type WordMean = { | ||
anlam: String | ||
ornek: String | ||
} | ||
export interface IProVerb { | ||
proverbs: ProVerbsResponse | ||
} | ||
export type ProVerbsResponse = { | ||
@@ -13,6 +25,1 @@ soz: String | ||
export type WordMean = { | ||
anlam: String | ||
ornek: String | ||
} |
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
9851
208
119