File size: 138 Bytes
6778ee0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export function checkNPM(document) {
  if (typeof document === 'object') {
    return window.plausible?.s === 'npm'
  }

  return false
}