Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Cast unbox to primitive

$
0
0

Like this:

  /// https://firebase.google.com/docs/reference/js/firestore_.querydocumentsnapshot.md#querydocumentsnapshot_class
  type query<'kind, 'documentdata, 'metadata>
  type collectionReference<'documentdata, 'metadata> = query<[#collectionReference], 'documentdata, 'metadata >

Viewing all articles
Browse latest Browse all 2592

Trending Articles