UNPKG

slate-test-utils

Version:

> 📣 Love Slate and looking for your next gig? Sirona Medical is [hiring](https://sironamedical.com/about-us/careers/)!

4 lines (3 loc) • 158 B
import { Editor } from 'slate'; export declare const isApple: () => boolean; export declare const assertOutput: (input: Editor, expectedOutput: any) => void;