Page MenuHomePhabricator

Introduce length() method in apn.Notification flow-typed
ClosedPublic

Authored by marcin on Jul 25 2022, 6:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 10:05 AM
Unknown Object (File)
Sun, Apr 13, 8:41 AM
Unknown Object (File)
Sun, Apr 13, 4:33 AM
Unknown Object (File)
Sun, Apr 13, 4:10 AM
Unknown Object (File)
Sun, Apr 13, 2:02 AM
Unknown Object (File)
Sat, Apr 12, 11:23 PM
Unknown Object (File)
Sat, Apr 12, 7:04 AM
Unknown Object (File)
Thu, Apr 10, 2:27 PM

Details

Summary

This diff extends apn.Notification type with length method provided by untyped version of node-apn library. We will need in furhter diffs

Test Plan

Temporarily place call to langth() of apn.Notification instance and ensure flow type checker does not complain.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Rebase after editin commit message

This revision is now accepted and ready to land.Jul 25 2022, 8:52 AM

Rebase master before landing