UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

5 lines 183 B
/** * Find all strings wrapped in {} or {{}} in value. */ export declare const findVariables: (value: string) => (string | undefined)[]; //# sourceMappingURL=find-variables.d.ts.map