UNPKG

bkc

Version:

:dog: If there are no dogs in Heaven, then when I die I want to go where they went.

5 lines (4 loc) 310 B
import { IBkcOptions, TNamespaceResponse } from '../types/callable'; export declare const checkOptionNameSpace: (options: IBkcOptions) => TNamespaceResponse; export declare const fixOption: (optionsE: IBkcOptions | undefined) => IBkcOptions; export declare const checkNamespace: (name: string) => boolean;