UNPKG

lemon-devkit

Version:

Lemon Serverless Micro-Service Platform for local development

5 lines (4 loc) 363 B
import type { GuardCommonOptions, GuardCommonResult } from './types'; export type { GuardCommonOptions, GuardCommonResult } from './types'; /** `checkAllKeys`의 실제 base 변수 초기화 형태를 보고 `$` 포함 여부에 맞는 literal guard를 삽입/갱신한다. */ export declare const runGuardCommon: (opts: GuardCommonOptions) => GuardCommonResult;