UNPKG

@servant/servant-build-webpack

Version:

Servant build webpack module for Servant builder

4 lines (3 loc) 310 B
declare const ServantDataErrors: readonly ["No module declaration found. Invalid data provided or is probably error in Servant."]; export declare function invariant(condition: boolean | string | null | undefined | number | Object, message: (typeof ServantDataErrors)[number]): asserts condition; export {};