UNPKG

@skimp/json-file

Version:

The json-file module for the skimp domain modelling framework

5 lines (4 loc) 114 B
export declare class Serialiser { serialise(model: any): string; deserialise(body: string): object; }