How to use the @react-spring/shared.is.str function in @react-spring/shared

To help you get started, we’ve selected a few @react-spring/shared examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github react-spring / react-spring / packages / animated / src / AnimatedString.ts View on Github external
static create(from: T, to: T | null = from): AnimatedValue {
    if (is.str(from) && is.str(to)) {
      return new AnimatedString(from, to) as any
    }
    throw TypeError('Expected "from" and "to" to be strings')
  }

@react-spring/shared

Globals and shared modules

MIT
Latest version published 10 months ago

Package Health Score

85 / 100
Full package analysis