UNPKG

@saleor/app-sdk

Version:
6 lines (3 loc) 189 B
import { SaleorSchemaVersion } from '../types.js'; declare const parseSchemaVersion: (rawVersion: string | undefined | null) => SaleorSchemaVersion | null; export { parseSchemaVersion };