getResourceExports()
Gets the exports of the specified resource.
An export is a function that is exported from another resource file.
Function Definition
ts
function getResourceExports(name: string): any;
Arguments
- name: string
Returns
- any
Documentation
No Documentation Provided Yet