UNPKG

blow-data

Version:
4 lines (3 loc) 212 B
import { Observable } from 'rxjs'; import { IPersistedModelConstructor } from '../interfaces'; export declare function uniqueFactory(model: IPersistedModelConstructor): (propertyName: any) => Observable<string>;