Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7319625
int.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
272 B
Referenced Files
None
Subscribers
None
int.js
View Options
var
Promise
=
require
(
"bluebird"
);
module
.
exports
=
function
(
field_type_int
){
field_type_int
.
prototype
.
encode
=
function
(
value_in_code
){
//console.log("!!! encoding int!!");
return
new
Promise
(
function
(
resolve
,
reject
){
resolve
(
parseInt
(
value_in_code
));
})
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 13, 06:48 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
821936
Default Alt Text
int.js (272 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment