mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09:30 +08:00
7 lines
190 B
Text
7 lines
190 B
Text
import '../_version.js';
|
|
/**
|
|
* A helper function that prevents a promise from being flagged as unused.
|
|
*
|
|
* @private
|
|
**/
|
|
export declare function dontWaitFor(promise: Promise<any>): void;
|