Meteor/V3/User Async

1.0.1Last update Sep 24, 2024
by@yugal41735

This codemod reaplces Meteor.user with Meteor.userAsync.

Example

Before

const user = Meteor.user();

After

const user = await Meteor.userAsync();

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now