added fonts
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/// <reference types="node" />
|
||||
import type { Agent } from 'https';
|
||||
/**
|
||||
* If the http(s)_proxy environment variables is set, return a proxy agent.
|
||||
*/
|
||||
export declare function getProxyAgent(): Agent | undefined;
|
||||
Reference in New Issue
Block a user