Return
ts
type Return = object;Defined in: type.ts:136
Type for SassDoc "return" field
Since
1.0.0
Author
Simon Kovtyk
Properties
description
ts
description: string;Defined in: type.ts:150
Type of the return value
Since
1.0.0
Author
Simon Kovtyk
type
ts
type: Type;Defined in: type.ts:143
Type of the return value
Since
1.0.0
Author
Simon Kovtyk