formatjs / formatjs-old

The monorepo home to all of the FormatJS related libraries.
https://formatjs.io/
156 stars 53 forks source link

fix(intl-messageformat-parser): fix type definition for skeleton type guards #456

Closed nickiaconis closed 4 years ago

nickiaconis commented 4 years ago

Permits isNumberSkeleton and isDateTimeSkeleton type guards to accept Skeleton type arguments, thus resolves #455.

longlho commented 4 years ago

Thanks a lot for your contributions!