UNPKG

@nicat.dcw/notes

Version:

📦📝 Hızlı Not Sistemi Modülü

31 lines (25 loc) • 588 B
# @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)