feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
12
api.hyungi.net/node_modules/@simplewebauthn/server/script/helpers/iso/index.d.ts
generated
vendored
Normal file
12
api.hyungi.net/node_modules/@simplewebauthn/server/script/helpers/iso/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* A collection of methods for isomorphic manipulation of trickier data types
|
||||
*
|
||||
* The goal with these is to make it easier to replace dependencies later that might not play well
|
||||
* with specific server-like runtimes that expose global Web APIs (CloudFlare Workers, Deno, Bun,
|
||||
* etc...), while also supporting execution in Node.
|
||||
*/
|
||||
export * as isoBase64URL from './isoBase64URL.js';
|
||||
export * as isoCBOR from './isoCBOR.js';
|
||||
export * as isoCrypto from './isoCrypto/index.js';
|
||||
export * as isoUint8Array from './isoUint8Array.js';
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user