Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1374724
stdin_json.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
251 B
Referenced Files
None
Subscribers
None
stdin_json.ts
View Options
import
{
Strategy
}
from
"../interfaces/strategy"
;
export
class
StdinJsonStrategy
implements
Strategy
{
private
data
:
any
;
constructor
(
_data
:
any
)
{
this
.
data
=
_data
;
}
public
async
readData
()
:
Promise
<
void
>
{
console
.
log
(
this
.
data
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Feb 25, 07:58 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
610505
Default Alt Text
stdin_json.ts (251 B)
Attached To
Mode
rROFI Roficator
Attached
Detach File
Event Timeline
Log In to Comment