github-pages-deploy-action/node_modules/fast-deep-equal/es6/index.d.ts

3 lines
58 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
const equal: (a: any, b: any) => boolean;
export = equal;