UNPKG

@rikishi/watermelondb

Version:

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

10 lines (6 loc) 283 B
declare module '@rikishi/watermelondb/decorators/json' { import { ColumnName, Model } from '@rikishi/watermelondb' type Sanitizer = (source: any, model?: Model) => any const json: (rawFieldName: ColumnName, sanitizer: Sanitizer) => PropertyDecorator export default json }