UNPKG

@scriptables/manifest

Version:

Utilities to generate, parse, and update manifest headers in Scriptable scripts.

6 lines (4 loc) 190 B
import {SCRIPT_HEADER_NOTICES} from './scriptHeaderNotices'; export function isStaticBanner(line: string): boolean { return SCRIPT_HEADER_NOTICES.some(header => line.includes(header)); }