Add missing semicolons

This commit is contained in:
Aya Morisawa
2019-02-03 23:52:46 +09:00
parent 6e0c055faf
commit 8f2f4b6d2d
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ declare namespace deepcopy {
valueType: DeepcopyCustomizerValueType) => T;
interface DeepcopyOptions<T> {
customizer: DeepcopyCustomizer<T>
customizer: DeepcopyCustomizer<T>;
}
export function deepcopy<T>(