common-stuff
    Preparing search index...

    Function camelCase

    • Convert a dash/dot/underscore/space separated string to camelCase

      Parameters

      • value: string

      Returns string

      camelCase('foo-bar');
      // 'fooBar'