UNPKG

usfm-editor

Version:
5 lines (4 loc) 172 B
declare const STYLE_TYPES: string[]; export declare type StyleType = typeof STYLE_TYPES[number]; export declare function isStyleType(s: string): s is StyleType; export {};