Blame view

天文台pc/tianwentai-ui/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts 193 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
  declare function getPropertyByPath(source: {
      [key: string]: unknown;
  }, path: string | Array<string>): unknown;
  export { getPropertyByPath };
  //# sourceMappingURL=getPropertyByPath.d.ts.map