mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
We leave in place a couple of sites where the `startsWith` is entangled with other string manipulation. We'll handle those next.
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
// @flow strict
|
|
|
|
declare export var RESOLVED_TOPIC_PREFIX: string;
|
|
|
|
declare export function is_resolved(topic_name: string): boolean;
|