UNPKG

@scriptables/manifest

Version:

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

8 lines (7 loc) 301 B
import { REGEXP_BANNER_MANIFEST } from "./bannerManifestRegex.js"; function matchAllBannerManifest(line) { return [...line.matchAll(REGEXP_BANNER_MANIFEST)]; } export { matchAllBannerManifest }; //# sourceMappingURL=matchAllBannerManifest.js.map //# sourceMappingURL=matchAllBannerManifest.js.map