UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

5 lines (4 loc) 251 B
import type { EditorState } from 'prosemirror-state'; import type { StateCounter, WordCounter } from './types'; export declare function countState(state: EditorState): StateCounter; export declare function countWords(state: EditorState): WordCounter;