UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

6 lines (4 loc) 153 B
const { isNullOrUndefined } = require('@speckle/shared') if (!isNullOrUndefined) { throw new Error('Could not process @speckle/shared CJS require') }