Skip to content

File

ts
type File = object;

Defined in: type.ts:184

Type for SassDoc "file" field

Since

1.0.0

Author

Simon Kovtyk

Properties

name

ts
name: string;

Defined in: type.ts:198

Name of the file

Since

1.0.0

Author

Simon Kovtyk


path

ts
path: string;

Defined in: type.ts:191

Path of the file

Since

1.0.0

Author

Simon Kovtyk