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 196 B
/** * Checks if the second argument is an subset of first argument */ export declare const isSubset: (superset: number[], subset: number[]) => boolean; //# sourceMappingURL=isSubset.d.ts.map