UNPKG

jupystar

Version:

Converter from Jupyter notebook (ipynb) to Starboard notebook

7 lines (6 loc) 200 B
export declare class JupystarError extends Error { constructor(reason: string); } export declare class BackwardsCompatibilityError extends JupystarError { constructor(reason: string); }