.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-plain-object / index.d.ts
1 export = isPlainObject;
2
3 declare function isPlainObject(o: any): boolean;
4
5 declare namespace isPlainObject {}