UNPKG

@scriptables/manifest

Version:

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

11 lines (8 loc) 350 B
'use strict'; var bannerManifestRegex = require('./bannerManifestRegex'); function matchAllBannerManifest(line) { return [...line.matchAll(bannerManifestRegex.REGEXP_BANNER_MANIFEST)]; } exports.matchAllBannerManifest = matchAllBannerManifest; //# sourceMappingURL=matchAllBannerManifest.js.map //# sourceMappingURL=matchAllBannerManifest.js.map