Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95253250
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
Sat, Dec 14, 03:11
Size
518 B
Mime Type
text/x-java
Expires
Mon, Dec 16, 03:11 (2 d)
Engine
blob
Format
Raw Data
Handle
22946203
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