wip: scheduler, more component

This commit is contained in:
Evan You
2019-05-28 17:19:47 +08:00
parent 7a92ee04a0
commit 5c069eeae7
12 changed files with 216 additions and 593 deletions

View File

@@ -1,4 +1,5 @@
export const EMPTY_OBJ: { readonly [key: string]: any } = Object.freeze({})
export const EMPTY_ARR: [] = []
export const NOOP = () => {}