UNPKG

@xapp/chat-widget

Version:
6 lines (5 loc) 152 B
import 'rollup-plugin-inject-process-env'; /** * value must be like "60m", "2h" etc. */ export declare function convertToSeconds(s: string): number;