UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

9 lines (7 loc) 179 B
import type { ColumnName } from '../Schema' export function ensureDecoratorUsedProperly( columnName: ColumnName, target: Object, key: string, descriptor: Object, ): void