expo-modules-core
Version:
The core of Expo Modules architecture
9 lines • 320 B
TypeScript
/**
* Used for deprecating values and throwing an error if a given version of Expo has passed.
*/
export default function deprecate(library: string, deprecatedAPI: string, options?: {
replacement?: string;
currentVersion?: string;
versionToRemove?: string;
}): void;
//# sourceMappingURL=deprecate.d.ts.map