endsWith import { endsWith } from "destack:bytes"; Return whether bytes ends with suffix. export function endsWith(bytes: &'a readonly [uint8], suffix: &'b readonly [uint8]): boolean language/library/src/bytes/bytes.ds:188:190