@7h3laughingman/foundry-helpers 13.351.6 → 13.351.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,7 +37,6 @@ export declare function documentHasParent(value: Maybe<Actor>): value is Actor<T
|
|
|
37
37
|
export declare function documentHasParent(value: Maybe<ActorDelta>): value is ActorDelta<TokenDocument>;
|
|
38
38
|
export declare function documentHasParent(value: Maybe<AmbientLightDocument>): value is AmbientLightDocument<Scene>;
|
|
39
39
|
export declare function documentHasParent(value: Maybe<AmbientSoundDocument>): value is AmbientSoundDocument<Scene>;
|
|
40
|
-
export declare function documentHasParent(value: Maybe<Card>): value is Card<Cards>;
|
|
41
40
|
export declare function documentHasParent(value: Maybe<Combatant>): value is Combatant<Combat>;
|
|
42
41
|
export declare function documentHasParent(value: Maybe<CombatantGroup>): value is CombatantGroup<Combat>;
|
|
43
42
|
export declare function documentHasParent(value: Maybe<DrawingDocument>): value is DrawingDocument<Scene>;
|
package/package.json
CHANGED