UNPKG

stonev5-utils

Version:
14 lines (13 loc) 375 B
export * from './array'; export * from './cmd'; export * from './desktop'; export * from './dom'; export * from './file'; export * from './global'; export * from './object'; export * from './parallel'; export * from './rand'; export * from './string'; export * from './time'; export * from './functional'; export declare function copy2clipboard(text: string): Promise<void>;