TypeScript cleanup

This commit is contained in:
2018-04-02 07:34:16 +02:00
parent 3f86a970f0
commit 88296da8be
44 changed files with 135 additions and 133 deletions

6
scripts/Utils/index.ts Normal file
View File

@ -0,0 +1,6 @@
export * from "./canUseWebP"
export * from "./delay"
export * from "./findAll"
export * from "./plural"
export * from "./requestIdleCallback"
export * from "./swapElements"