UNPKG

@polgubau/utils

Version:

A collection of utility functions for TypeScript

5 lines (3 loc) 106 B
type CopyFn = (text: string) => void; declare const copyToClipboard: CopyFn; export { copyToClipboard };