Skip to content
Type

FilePathSourceOptions

Options for FilePathSource.

ts
type FilePathSourceOptions = {
	maxCacheSize?: number;
};

Properties

maxCacheSize

ts
maxCacheSize?: number;

The maximum number of bytes the cache is allowed to hold in memory. Defaults to 8 MiB.

Released under the Mozilla Public License 2.0.