Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97924611
settings.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
Tue, Jan 7, 15:16
Size
518 B
Mime Type
text/x-java
Expires
Thu, Jan 9, 15:16 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23441556
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
settings.d.ts
View Options
import * as fs from './adapters/fs';
export interface Options {
followSymbolicLink?: boolean;
fs?: Partial<fs.FileSystemAdapter>;
markSymbolicLink?: boolean;
throwErrorOnBrokenSymbolicLink?: boolean;
}
export default class Settings {
private readonly _options;
readonly followSymbolicLink: boolean;
readonly fs: fs.FileSystemAdapter;
readonly markSymbolicLink: boolean;
readonly throwErrorOnBrokenSymbolicLink: boolean;
constructor(_options?: Options);
private _getValue;
}
Event Timeline
Log In to Comment