mixinDiff

@twine-protocol/twine-core v0.1.0Docs


twine-js / @twine-protocol/twine-core / mixinDiff

Function: mixinDiff()

mixinDiff(reference, toCheck): Mixin[]

Compare two mixin lists and return the differences

Useful for checking if mixins have changed from one pulse to another.

Parameters

Parameter
Type

reference

toCheck

Returns

Mixin[]

Defined in

packages/twine-core/src/compare.ts:11

Last updated