mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-02 00:00:04 +00:00
Merge pull request #26239 from JounQin/patch-1
[zen-observable] add `readonly` modifier
This commit is contained in:
3
types/zen-observable/index.d.ts
vendored
3
types/zen-observable/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user