mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Create cjson.pyi
This commit is contained in:
parent
f66c031fa9
commit
5f6c7f3f23
2
include/typings/cjson.pyi
Normal file
2
include/typings/cjson.pyi
Normal file
@ -0,0 +1,2 @@
|
||||
def loads(string: str) -> object: ...
|
||||
def dumps(obj: object) -> str: ...
|
Loading…
x
Reference in New Issue
Block a user