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

8 lines (6 loc) 252 B
declare module '@rikishi/watermelondb/decorators/readonly' { // Copied from lib.es5.d.ts, PropertyDecorator function readonly(target: Object, propertyKey: string | symbol): void function readonly(): PropertyDecorator export default readonly }