Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 202 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 202 Bytes

promise-yandex-share

Promise yandex share

Install

npm i promise-yandex-share

Use

import Share2 from 'promise-yandex-share/dist/index';

Share2.then(() => {
    // code
});