UNPKG

@servant/servant

Version:

Servant builder for node modules.

5 lines (4 loc) 284 B
import { FnGetAnswer } from "@servant/servant-generators"; import { ServantUnifyProperty } from "./types"; export declare function getValueOrDefault<T>(getAnswer: FnGetAnswer, property: ServantUnifyProperty, def: T): T; export declare function getUnifyId(module: string): string;