What a method prefixed with `#` means?

This is perhaps the stupidest question ever. But I often see method with names prefixed with a
#
character in typescript. What does it mean? Google does not seems to know either.

example: https://deno.land/std@0.187.0/streams/text_line_stream.ts?source#L40
Was this page helpful?