This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
yifan
/
XLJK-api
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
main
Branches
Tags
main
XLJK-api
/
node_modules
/
collect.js
/
dist
/
methods
/
put.js
put.js
103 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
'use strict';
module.exports = function put(key, value) {
this.items[key] = value;
return this;
};