UNPKG

@seniorsistemas/senior-sam

Version:
20 lines (19 loc) 387 B
declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Template */ _template: Int8Array; template: Int8Array; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;