UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 268 B
export default getWrapDetails; /** * Extracts wrapper details from the `source` body comment. * * @private * @param {string} source The source to inspect. * @returns {Array} Returns the wrapper details. */ declare function getWrapDetails(source: string): any[];