UNPKG
@nicat.dcw/notes
Version:
latest (1.0.1)
1.0.1
1.0.0
📦📝 Hızlı Not Sistemi Modülü
@nicat.dcw/notes
/
src
/
test.js
15 lines
(13 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
notes =
require
(
"../index"
) notes.
v2
.
ekle
({
not
:
"Saa"
, }).
then
(
x
=>
{
// console.log("Eklendi!" + x)
}) notes.
version
notes.
bul
({
not
:
"Saaa"
,
customFetch
:
"deaktif"
}).
then
(
x
=>
{
console
.
log
(x ||
"Bulunamadı!"
) })