docsforadobe / aequery

MIT License
41 stars 8 forks source link

Improves types #61

Closed Klustre closed 2 years ago

Klustre commented 2 years ago
  1. Adds a bunch of types with corresponding tests.
    • isProject
    • isSolidLayer
    • isAdjustmentLayer
    • isEnvironmentLayer
    • isGuideLayer
    • isNullLayer
    • isPhotoshopLayer
    • isCinema4DLayer
    • isFileLayer
    • isPlaceholder
    • isTrackMatte
  2. Fleshes out tests for most of the types
  3. Updates docs for isAeq
  4. Fixes isEmpty by first checking if the argument is an array
  5. Updates docs