Package Exports
- burc-yorum
- burc-yorum/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (burc-yorum) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
burc-yorum
Paketi Size Günlük / Haftalık / Aylık Burç Yorumları Ve Burç Özelliklerini Gösterir,Hem CommonJS Hem EsModule Desteklemektedir.- Paket Fonksiyonları Async Olarak Çalışmaktadır, await Yapısı Veya then() Kullanmalısınız.
Nasıl İndirilir?
$ npm i burc-yorum
$ yarn add burc-yorum
$ pnpm i burc-yorum
Günlük Burç Yorum
const burc = require('burc-yorum');
burc.daily('akrep').then((yorum) => {
console.log(yorum);
})
Haftalık Burç Yorum
const burc = require('burc-yorum');
burc.weekly('akrep').then((yorum) => {
console.log(yorum);
})
Aylık Burç Yorum
const burc = require('burc-yorum');
burc.monthly('akrep').then((yorum) => {
console.log(yorum);
})
Burç Özellikleri
const burc = require('burc-yorum');
burc.feature('akrep').then((yorum) => {
console.log(yorum);
})