Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F9583218
index.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
556 B
Referenced Files
None
Subscribers
None
index.d.ts
View Options
/// <reference types="node" />
declare
module
"filru"
{
export
default
class
Filru
{
constructor
(
config
:
{
dir
:
string
;
maxBytes
:
number
;
loadFunc
?:
(
key
:
string
)
=>
Promise
<
Buffer
>
;
maxAge
?:
number
;
hashSeed
?:
number
|
string
;
pruneInterval
?:
number
;
});
start
()
:
Promise
<
void
>
;
stop
()
:
void
;
get
(
key
:
string
)
:
Promise
<
Buffer
>
;
set
(
key
:
string
,
contents
:
Buffer
)
:
Promise
<
Buffer
>
;
touch
(
key
:
string
)
:
void
;
del
(
key
:
string
)
:
Promise
<
string
>
;
clear
()
:
Promise
<
void
>
;
run
()
:
Promise
<
void
>
;
}
// export = Filru;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 09:11 (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
984081
Default Alt Text
index.d.ts (556 B)
Attached To
Mode
rRIMAGEROUTER koa-responsive-image-router
Attached
Detach File
Event Timeline
Log In to Comment