MCPcopy
hub / github.com/sequelize/sequelize / warn

Method warn

types/lib/data-types.d.ts:54–54  ·  view source on GitHub ↗
(link: string, text: string)

Source from the content-addressed store, hash-verified

52interface AbstractDataTypeConstructor {
53 key: string;
54 warn(link: string, text: string): void;
55}
56
57export interface AbstractDataType {

Callers 6

warnOnInvalidOptionsMethod · 0.65
findOrCreateMethod · 0.65
warnMethod · 0.65
connectMethod · 0.65
warnMethod · 0.65
logger.test.tsFile · 0.65

Implementers 2

ABSTRACTlib/deferrable.js
Loggerlib/utils/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected