UNPKG

heat-sfdx-metadata

Version:

![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat) [![npm version](https://badge.fury.io/js/heat-sfdx-metadata.svg)](https://badge.fury.io/js/heat-sfdx-metadata) [![Code Climate](https://codeclimate.com/github/takahitomiyamoto/hea

7 lines (6 loc) 212 B
/** * @name extractMetadataTypes * @description extract metadataTypes from metadataObjects. */ declare const extractMetadataTypes: (metadataObjects: any, config: any) => void; export { extractMetadataTypes };