UNPKG

@bjesuiter/serializr-helpers

Version:

Provides some helper functions and serialization PropertySchemas for mobxjs/serializr - library

4 lines (3 loc) 75 B
declare class Calculator { static Sum(a: number, b: number): number; }