UNPKG

@vulcan-sql/serve

Version:

VulcanSQL package for serving projects

3 lines (2 loc) 166 B
import { ICoreOptions } from '@vulcan-sql/core'; export declare const checkIsPublicEndpoint: (projectOptions: Partial<ICoreOptions>, currentPath: string) => boolean;