Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CompleteNotification

A notification representing a "completion" from an observable. Can be used with dematerialize.

interface CompleteNotification {
kind: "C";
}

§Properties

§
kind: "C"
[src]