# Interface: PackageRule
@boll/core › Globals › PackageRule
# Interface: PackageRule
# Hierarchy
-
↳ PackageRule
# Implemented by
# Index
# Properties
# Methods
# Properties
# name
• name: string
Defined in types.ts:42
# Methods
# check
▸ check(file: FileContext, options?: CheckFunctionOptions): Promise‹Result[]›
Defined in types.ts:51
Parameters:
| Name | Type |
|---|---|
file | FileContext |
options? | CheckFunctionOptions |
Returns: Promise‹Result[]›
▸ check(file: FileContext): Promise‹Result[]›
Defined in types.ts:52
Parameters:
| Name | Type |
|---|---|
file | FileContext |
Returns: Promise‹Result[]›