Page MenuHomeSealhub

shortid.js
No OneTemporary

shortid.js

const shortid = require("shortid");
const shortid_ft = {
name: "shortid",
is_proper_value: () => Promise.resolve(),
encode: (context, params, value) => (value ? value : shortid.generate()),
decode: (context, params, value) => value,
};
module.exports = shortid_ft;

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 13, 04:41 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
802873
Default Alt Text
shortid.js (271 B)

Event Timeline