Skip to main content
This release is 1 version behind 0.9.4 — the latest version of @softdeluxe/deluxe-frontend. Jump to latest

Util functions for deluxe eshop

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
82%
Published
2 months ago (0.9.3)
Package root>.editorconfig
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true

[*.out] # make editor neutral to .out files
insert_final_newline = false
trim_trailing_whitespace = false

[*.py]
indent_size = 4