Files
zulip/static/shared/js/resolved_topic.js.flow
Greg Price 7bf0fd3fa3 resolved_topic: Add and use predicate is_resolved.
We leave in place a couple of sites where the `startsWith` is
entangled with other string manipulation.  We'll handle those next.
2022-03-07 21:35:00 -08:00

6 lines
134 B
Plaintext

// @flow strict
declare export var RESOLVED_TOPIC_PREFIX: string;
declare export function is_resolved(topic_name: string): boolean;