UNPKG

svelte-copyright

Version:

A Svelte component to format and display a copyright notice.

9 lines (8 loc) 140 B
export const FORMAT = { NUMERIC: 'numeric', TWO_DIGIT: '2-digit', }; export const POSITION = { PRE: 'pre', POST: 'post', };