Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95248491
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, 02:14
Size
666 B
Mime Type
text/x-java
Expires
Mon, Dec 16, 02:14 (2 d)
Engine
blob
Format
Raw Data
Handle
22945498
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
settings.d.ts
View Options
import * as fsStat from '@nodelib/fs.stat';
import * as fs from './adapters/fs';
export interface Options {
followSymbolicLinks?: boolean;
fs?: Partial<fs.FileSystemAdapter>;
pathSegmentSeparator?: string;
stats?: boolean;
throwErrorOnBrokenSymbolicLink?: boolean;
}
export default class Settings {
private readonly _options;
readonly followSymbolicLinks: boolean;
readonly fs: fs.FileSystemAdapter;
readonly pathSegmentSeparator: string;
readonly stats: boolean;
readonly throwErrorOnBrokenSymbolicLink: boolean;
readonly fsStatSettings: fsStat.Settings;
constructor(_options?: Options);
private _getValue;
}
Event Timeline
Log In to Comment