UNPKG

@realm/babel-plugin

Version:

Babel plugin making it easier to declare your Realm schema

4 lines (3 loc) 233 B
import { types, NodePath } from "@babel/core"; export declare function isImportedFromRealm(path: NodePath<types.Node>): boolean; export declare function isPropertyImportedFromRealm(path: NodePath<types.Node>, name: string): boolean;