UNPKG
svelte-copyright
Version:
latest (3.0.0)
3.0.0
3.0.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.d.ts
4 lines
(3 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
import
type
{
Format
,
Position
}
from
'./types.js'
;
export
declare
const
FORMAT
:
Record
<
string
,
Format
>;
export
declare
const
POSITION
:
Record
<
string
,
Position
>;