Skip to content

Require

ts
type Require = object;

Defined in: type.ts:296

Type for SassDoc "require" field

Since

1.0.0

Author

Simon Kovtyk

Properties

name

ts
name: string;

Defined in: type.ts:310

Name of the require

Since

1.0.0

Author

Simon Kovtyk


type

ts
type: string;

Defined in: type.ts:303

Type of the require

Since

1.0.0

Author

Simon Kovtyk