Skip to content

@fleet-sdk/common@0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 22:22
· 303 commits to master since this release
c0fba23

Minor Changes

  • 5a79c57: Add concatBytes() function.
  • a491ab9: Add ensureDefaults() function.
  • 3236dd8: Add new assertion functions:
    • assertTypeOf() - uses typeof to check for JavaScript type primitives;
    • assertInstanceOf() - uses instanceof to check for object instances.
  • 9bd393b: Add depthOf() function.