Files
react.dev/flow-typed/slugify.js
Brian Vaughn 3e4f2687c6 Update copyright headers (#3086)
Added and updated copyright headers.

Added some missing Flow types.

Removed an invalid prop-types import.
2020-07-07 10:35:57 -04:00

8 lines
121 B
JavaScript

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*/
declare module 'slugify' {
declare module.exports: any;
}