1.0.1 • Published 2 years ago

@nicat.dcw/notes v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@nicat.dcw/notes - 📦📝 Hızlı Not Kaydetme Modülü.

Yeni Versiyonlara Göre Kurulum:

const notes = require("@nicat.dcw/notes")
notes.<versiyon numarasi/v2>.<ekle/bul>({
    not:"Merhaba Dünya!"
}

EKLEMEK:

const notes = require("@nicat.dcw/notes")
notes.ekle({
    not:"Merhaba Dünya!",
})

BULMAK:

const notes = require("@nicat.dcw/notes")
notes.bul({
    not:"Merhaba Dünya!"
})
// Çıktı: • Not Ismi: Merhaba Dünya! • Tarih: :)

© By Cheeini

SpotifyWebsite

1.0.1

2 years ago

1.0.0

2 years ago