文件操作 - parse.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/colord/parse.d.ts
编辑文件内容
import { Parsers, ParseResult, Input, Format } from "./types"; export declare const parsers: Parsers; /** Tries to convert an incoming value into RGBA color by going through all color model parsers */ export declare const parse: (input: Input) => ParseResult | [null, undefined]; /** * Returns a color model name for the input passed to the function. */ export declare const getFormat: (input: Input) => Format | undefined;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件