forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
19
node_modules/@paralleldrive/cuid2/index.d.ts
generated
vendored
Normal file
19
node_modules/@paralleldrive/cuid2/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
declare namespace cuid2 {
|
||||
export function getConstants(): {
|
||||
defaultLength: number
|
||||
bigLength: number
|
||||
}
|
||||
|
||||
export function init(options?: {
|
||||
random?: () => number
|
||||
counter?: () => number
|
||||
length?: number
|
||||
fingerprint?: string
|
||||
}): () => string
|
||||
|
||||
export function isCuid(id: string): boolean
|
||||
|
||||
export function createId(): string
|
||||
}
|
||||
|
||||
export = cuid2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue