UNPKG

@scriptables/manifest

Version:

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

6 lines (3 loc) 200 B
import { ScriptableManifest } from './types.js'; declare function validateManifest(manifest: unknown, allowExtraKeys?: boolean): asserts manifest is ScriptableManifest; export { validateManifest };