UNPKG

slate-devtools

Version:

`slate-devtools` as name suggests it is devtool for [slatejs](https://github.com/ianstormtaylor/slate) which will assist you in debugging the code

5 lines 201 B
/** * Finds if two arrays whose elements are only number are equal */ export declare const isArrayEqual: (first: number[], second: number[]) => boolean; //# sourceMappingURL=isArrayEqual.d.ts.map