Re-exports testfs
Ƭ File: FileContents
| FileSpec
| FileRef
Ƭ FileContents: string
| Buffer
Describe a file contents
Ƭ WithOptional<T
, K
>: Omit
<T
, K
> & Partial
<Pick
<T
, K
>>
Utility type to mark only some properties of a given type as optional
Name | Type |
---|---|
T |
T |
K |
extends keyof T |