Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98143862
dns-txt.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 10, 06:26
Size
300 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 06:26 (2 d)
Engine
blob
Format
Raw Data
Handle
23515140
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
dns-txt.d.ts
View Options
/// <reference types="node" />
import KeyValue from './KeyValue';
export declare class DnsTxt {
private binary;
constructor(opts?: KeyValue);
encode(data?: KeyValue): Buffer[];
decode(buffer: Buffer): KeyValue;
decodeAll(buffer: Array<Buffer>): KeyValue;
}
export default DnsTxt;
Event Timeline
Log In to Comment