UNPKG

svelte-copyright

Version:

A Svelte component to format and display a copyright notice.

4 lines (3 loc) 162 B
import type { Format, Position } from './types.js'; export declare const FORMAT: Record<string, Format>; export declare const POSITION: Record<string, Position>;