1.0.0 • Published 10 months ago

yyynodejs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

安装

npm install yyynodejs

导入

const index=require('yyynodejs')

程序_延时

async function 程序(time){
    await index.程序_延时(time);
}

时间_取现行时间戳

let a=index.时间_取现行时间戳();

子文本替换

    let a=index.子文本替换("hello",/l/g,"p");

读入文本

async function 程序(time){
    const b=await index.读入文本("E:\\111\\222\\所有1.txt");
    console.log(b);
}

开源协议

ISC

1.0.0

10 months ago