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)
Tue, Nov 19, 3:11 AM
Unknown Object (File)
Mon, Nov 18, 2:16 PM
Unknown Object (File)
Sat, Nov 9, 11:38 AM
Unknown Object (File)
Fri, Nov 8, 8:37 PM
Unknown Object (File)
Fri, Nov 8, 8:37 PM
Unknown Object (File)
Fri, Nov 8, 8:37 PM
Unknown Object (File)
Fri, Nov 8, 8:37 PM
Unknown Object (File)
Fri, Nov 8, 1:54 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