Spaces:
Runtime error
Runtime error
File size: 165 Bytes
1df763a | 1 2 3 4 5 6 | declare function validTimestamp(str: string, allowDate: boolean): boolean;
declare namespace validTimestamp {
var code: string;
}
export default validTimestamp;
|