@nicat.dcw/notes
Version:
📦📝 Hızlı Not Sistemi Modülü
31 lines (25 loc) • 588 B
Markdown
# @nicat.dcw/notes - 📦📝 Hızlı Not Kaydetme Modülü.
## Yeni Versiyonlara Göre Kurulum:
```js
const notes = require("@nicat.dcw/notes")
notes.<versiyon numarasi/v2>.<ekle/bul>({
not:"Merhaba DĂĽnya!"
}
```
## EKLEMEK:
```js
const notes = require("@nicat.dcw/notes")
notes.ekle({
not:"Merhaba DĂĽnya!",
})
```
## BULMAK:
```js
const notes = require("@nicat.dcw/notes")
notes.bul({
not:"Merhaba DĂĽnya!"
})
// Çıktı: • Not Ismi: Merhaba Dünya! • Tarih: :)
```
# © By Cheeini
# [Spotify](https://sptfy.com/cheeini) • [Website](https://www.nicat-dcw.xyz)