[zen-observable] add readonly modifier

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts#L167
This commit is contained in:
JounQin
2018-06-03 13:55:20 +08:00
committed by GitHub
parent e4a45e562b
commit deec9e9fe8

View File

@@ -1,11 +1,12 @@
// Type definitions for zen-observable 0.5
// Project: https://github.com/zenparsing/zen-observable
// Definitions by: Kombu <https://github.com/aicest>
// JounQin <https://github.com/JounQin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare global {
interface SymbolConstructor {
observable: symbol;
readonly observable: symbol;
}
namespace ZenObservable {