feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
13
api.hyungi.net/node_modules/@pm2/io/build/main/utils/autocast.d.ts
generated
vendored
Normal file
13
api.hyungi.net/node_modules/@pm2/io/build/main/utils/autocast.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export default class Autocast {
|
||||
commonStrings: {
|
||||
true: boolean;
|
||||
false: boolean;
|
||||
undefined: undefined;
|
||||
null: null;
|
||||
NaN: number;
|
||||
};
|
||||
process(key: any, value: any, o: any): void;
|
||||
traverse(o: any, func: any): void;
|
||||
autocast(s: any): any;
|
||||
private _cast;
|
||||
}
|
||||
Reference in New Issue
Block a user