UNPKG

aws-crt

Version:

NodeJS bindings to the aws-c-* libraries

9 lines (8 loc) 393 B
/** Returns true if this script is running under nodejs */ export declare function is_nodejs(): boolean; /** Returns true if this script is running in a browser */ export declare function is_browser(): boolean; /** Returns the package information for aws-crt-nodejs */ export declare function package_info(): any; /** Returns the AWS CRT version */ export declare function crt_version(): any;