UNPKG
svelte-copyright
Version:
latest (2.1.0)
next (2.1.0-rc.0)
2.1.0
2.1.0-rc.0
2.0.0
2.0.0-rc.1
2.0.0-rc.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A Svelte component to format and display a copyright notice.
svelte-copyright
/
dist
/
constants.js
9 lines
(8 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
const
FORMAT
= {
NUMERIC
:
'numeric'
,
TWO_DIGIT
:
'2-digit'
, };
export
const
POSITION
= {
PRE
:
'pre'
,
POST
:
'post'
, };