You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Used to import the jiti dependency. This method is exposed internally for testing purposes.
501
-
* @returns {Promise<Record<string, unknown>>} A promise that fulfills with a module object
502
-
* or rejects with an error if jiti is not found.
506
+
* @returns {Promise<{createJiti: Function|undefined, version: string;}>} A promise that fulfills with an object containing the jiti module's createJiti function and version.
0 commit comments