"use client";
import { markdownLineEndingOrSpace as i, unicodeWhitespace as r, unicodePunctuation as t } from"../micromark-util-character/index.js";
functionu(n) {
if (n === null || i(n) || r(n))
return1;
if (t(n))
return2;
}
export {
u as classifyCharacter
};