UNPKG

svelte-copyright

Version:

A Svelte component to format and display a copyright notice.

3 lines (2 loc) 83 B
export type Format = '2-digit' | 'numeric'; export type Position = 'post' | 'pre';