error.d.ts 309 B

1234
  1. export declare const ERROR_MSG_METHOD_NOT_IMPLEMENTED = "Method not implemented.";
  2. export declare const ERROR_MSG_USE_DOCUMENT_ELEMENT = "Use document.documentElement instead.";
  3. export declare const ERROR_MSG_APPEND_DESTROYED_ELEMENT = "Cannot append a destroyed element.";
  4. //# sourceMappingURL=error.d.ts.map