UNPKG

usfm-editor

Version:
11 lines (9 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isStyleType = isStyleType; const STYLE_TYPES = ["paragraph", "character", "note", "milestone"]; function isStyleType(s) { return STYLE_TYPES.includes(s); }