svelte-command

3.0.26 • Public • Published

Svelte v5 npm License bundlejs downloads GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities Coverage Status Tested with TestCafe

svelte-command

general command execution handling for svelte components

API

Table of Contents

BasicCommand

Parameters

  • start
  • properties
  • options (optional, default {})

subscribe

Parameters

Command

Extends BasicCommand

Parameters

  • _start
  • options (optional, default {})

Properties

ConfirmCommand

Extends BasicCommand

Ask for confirmation before execution a given Command.

Parameters

  • command

FetchCommand

Extends Command

Command executing a fetch request.

Parameters

  • url any
  • fetchOptions Object
  • options Object (optional, default {})

handleFailedResponse

Extract error description from response.

Parameters

Returns Promise<string>

install

With npm do:

npm install svelte-command

With yarn do:

yarn add svelte-command

license

BSD-2-Clause

Package Sidebar

Install

npm i svelte-command

Weekly Downloads

228

Version

3.0.26

License

0BSD

Unpacked Size

16.8 kB

Total Files

8

Last publish

Collaborators

  • arlac77