UNPKG

tablelize

Version:

A friendly wrapper for Table Store Node.js SDK (by Aliyun)

10 lines (9 loc) 206 B
/*! * Created by Acathur on Wed May 30 2018 * Copyright (c) 2018 Instapp */ declare class TablelizeError extends Error { name: string; constructor(message: any); } export default TablelizeError;