UNPKG

@datasworn/core

Version:

Typings and JSON schema common to Datasworn. This is a pre-release package, provided for developer feedback. It will almost certainly receive breaking changes.

2 lines (1 loc) 107 B
export declare function arrayIs<T1 extends Array<any>, T2 extends Array<any>>(a: T1, b: T2): a is T1 & T2;