Skip to content

c0w0c/object_check_recursive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

遞迴物件檢查器

功能介紹

用於遍歷物件的全部資料,由其實當不確定物件層數時。

運行

$ git clone https://github.com/c0w0c/object_check_recursive.git

$ cd object_check_recursive

$ npm run start 

a.b.c.d.e.f.g = 111 , type: number
a.b.c.d1 = true , type: boolean
a.b1 = [ 1, 2, 3, 4, 5 ] , type: array
a1 = 12345 , type: string

About

使用遞迴檢查物件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published