{
  "version": 3,
  "sources": ["../../src/misc/TLOpacity.ts"],
  "sourcesContent": ["import { T } from '@bigbluebutton/validate'\n\n/** @public */\nexport type TLOpacityType = number\n\n/** @internal */\nexport const opacityValidator = T.number.check((n) => {\n\tif (n < 0 || n > 1) {\n\t\tthrow new T.ValidationError('Opacity must be between 0 and 1')\n\t}\n})\n"],
  "mappings": "AAAA,SAAS,SAAS;AAMX,MAAM,mBAAmB,EAAE,OAAO,MAAM,CAAC,MAAM;AACrD,MAAI,IAAI,KAAK,IAAI,GAAG;AACnB,UAAM,IAAI,EAAE,gBAAgB,iCAAiC;AAAA,EAC9D;AACD,CAAC;",
  "names": []
}
