UNPKG

nothing-mock

Version:

A chainable, callable mock object which always returns itself

7 lines (6 loc) 249 B
export const Nothing: any; export function toBool(o: any): boolean; export function isNothing(o: any): boolean; export function isSomething(o: any): boolean; export function serialize(o: any): string; export function deserialize(s: any): any;