feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
15
api.hyungi.net/node_modules/@peculiar/asn1-x509/build/es2015/general_names.js
generated
vendored
Normal file
15
api.hyungi.net/node_modules/@peculiar/asn1-x509/build/es2015/general_names.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
var GeneralNames_1;
|
||||
import { __decorate } from "tslib";
|
||||
import { AsnType, AsnTypeTypes } from "@peculiar/asn1-schema";
|
||||
import { GeneralName } from "./general_name";
|
||||
import { AsnArray } from "@peculiar/asn1-schema";
|
||||
let GeneralNames = GeneralNames_1 = class GeneralNames extends AsnArray {
|
||||
constructor(items) {
|
||||
super(items);
|
||||
Object.setPrototypeOf(this, GeneralNames_1.prototype);
|
||||
}
|
||||
};
|
||||
GeneralNames = GeneralNames_1 = __decorate([
|
||||
AsnType({ type: AsnTypeTypes.Sequence, itemType: GeneralName })
|
||||
], GeneralNames);
|
||||
export { GeneralNames };
|
||||
Reference in New Issue
Block a user