You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							379 B
						
					
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							379 B
						
					
					
				import { FileSystemAdapter } from '../adapters/fs'; | 
						|
export interface Options { | 
						|
    fs?: Partial<FileSystemAdapter>; | 
						|
    throwErrorOnBrokenSymlinks?: boolean; | 
						|
    followSymlinks?: boolean; | 
						|
} | 
						|
export declare type StrictOptions = { | 
						|
    fs: FileSystemAdapter; | 
						|
} & Required<Options>; | 
						|
export declare function prepare(opts?: Options): StrictOptions; | 
						|
//# sourceMappingURL=options.d.ts.map
 |