
export function needleEngineHasLoaded() {
    return typeof globalThis["Needle"] == "object";
}
