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)
Sat, Jul 6, 8:52 AM
Unknown Object (File)
Sat, Jul 6, 8:51 AM
Unknown Object (File)
Sat, Jul 6, 8:49 AM
Unknown Object (File)
Sat, Jul 6, 8:47 AM
Unknown Object (File)
Sat, Jul 6, 1:13 AM
Unknown Object (File)
Fri, Jul 5, 11:02 AM
Unknown Object (File)
Fri, Jul 5, 9:47 AM
Unknown Object (File)
Tue, Jul 2, 10:43 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
Lint Not Applicable
Unit
Tests Not Applicable

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