feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
15
api.hyungi.net/node_modules/@peculiar/asn1-x509/build/es2015/attribute.js
generated
vendored
Normal file
15
api.hyungi.net/node_modules/@peculiar/asn1-x509/build/es2015/attribute.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { __decorate } from "tslib";
|
||||
import { AsnProp, AsnPropTypes } from "@peculiar/asn1-schema";
|
||||
export class Attribute {
|
||||
constructor(params = {}) {
|
||||
this.type = "";
|
||||
this.values = [];
|
||||
Object.assign(this, params);
|
||||
}
|
||||
}
|
||||
__decorate([
|
||||
AsnProp({ type: AsnPropTypes.ObjectIdentifier })
|
||||
], Attribute.prototype, "type", void 0);
|
||||
__decorate([
|
||||
AsnProp({ type: AsnPropTypes.Any, repeated: "set" })
|
||||
], Attribute.prototype, "values", void 0);
|
||||
Reference in New Issue
Block a user