Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
6778ee0 verified
Raw
History Blame Contribute Delete
138 Bytes
export function checkNPM(document) {
if (typeof document === 'object') {
return window.plausible?.s === 'npm'
}
return false
}