Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/emojionearea/src/function/getRecent.js
575 views
1
define([], function() {
2
return function () {
3
return localStorage.getItem("recent_emojis") || "";
4
}
5
});
6