Skip to content

Commit

Permalink
docs(sketch): update fetchIDLSketchLibrary JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed May 24, 2021
1 parent d57defa commit b42c736
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/sketch/src/commands/icons/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ function removeDeprecatedSymbolArtboards({ icons, sizes, symbolsPage }) {
/**
* Fetch the IDL Sketch Library if it is installed
* @param {object} params - fetchIDLSketchLibrary parameters
* @param {Array<object>} params.icons - array of all icon object metadata
* @param {Array<number>} params.sizes - array of icon sizes
* @param {Page} params.symbolsPage - the symbols page as identified by Sketch
* @param {object} params.IDL_SKETCH_LIBRARY_METADATA - IDL Sketch file metadata
* @returns {Library}
*/
function fetchIDLSketchLibrary({ IDL_SKETCH_LIBRARY_METADATA }) {
const {
Expand Down

0 comments on commit b42c736

Please sign in to comment.