Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2023-09-08 10:49:41 +01:00
parent 34d7eca8f3
commit 5a534e4010
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
3 changed files with 3 additions and 8 deletions

4
src/@types/cpx.d.ts vendored
View file

@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import "cpx";
declare module "cpx" {
export class Cpx {
public constructor(source: string, outDir: string, options?: object);
@ -43,5 +41,3 @@ declare module "cpx" {
public watch(): void;
}
}
export as namespace Cpx;