UNPKG

499 BTypeScriptView Raw
1/**
2 * Checks whether the current release line is close to End-of-Support (within
3 * 30 days), or already in End-of-Support, and if that is the case, emits a
4 * warning to call the user to action.
5 *
6 * It is possible for users to opt out of these notifications by setting the
7 * `JSII_SILENCE_SUPPORT_WARNING` environment variable to any truthy value (that
8 * is, any non-empty value).
9 */
10export declare function emitSupportPolicyInformation(): Promise<void>;
11//# sourceMappingURL=support.d.ts.map
\No newline at end of file