Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
34d7eca8f3
commit
5a534e4010
3 changed files with 3 additions and 8 deletions
4
src/@types/cpx.d.ts
vendored
4
src/@types/cpx.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue