Merge pull request #26239 from JounQin/patch-1

[zen-observable] add `readonly` modifier
This commit is contained in:
Mine Starks
2018-06-15 16:28:03 -07:00
committed by GitHub

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 {