UNPKG

office-addin-mock

Version:
6 lines (5 loc) 202 B
export declare enum PossibleErrors { notLoaded = "Error, property was not loaded", notSync = "Error, context.sync() was not called" } export declare function isValidError(str: string): boolean;