|
| 1 | +/* TypeScript file generated from StdlibNoShims.res by genType. */ |
| 2 | + |
| 3 | +/* eslint-disable */ |
| 4 | +/* tslint:disable */ |
| 5 | + |
| 6 | +import * as StdlibNoShimsJS from './StdlibNoShims.res.js'; |
| 7 | + |
| 8 | +export const idInt: (x:number) => number = StdlibNoShimsJS.idInt as any; |
| 9 | + |
| 10 | +export const idFloat: (x:number) => number = StdlibNoShimsJS.idFloat as any; |
| 11 | + |
| 12 | +export const idBool: (x:boolean) => boolean = StdlibNoShimsJS.idBool as any; |
| 13 | + |
| 14 | +export const idString: (x:string) => string = StdlibNoShimsJS.idString as any; |
| 15 | + |
| 16 | +export const idBigInt: (x:bigint) => bigint = StdlibNoShimsJS.idBigInt as any; |
| 17 | + |
| 18 | +export const idDate: (x:Date) => Date = StdlibNoShimsJS.idDate as any; |
| 19 | + |
| 20 | +export const idRegExp: (x:RegExp) => RegExp = StdlibNoShimsJS.idRegExp as any; |
| 21 | + |
| 22 | +export const idPromise: (x:Promise<string>) => Promise<string> = StdlibNoShimsJS.idPromise as any; |
| 23 | + |
| 24 | +export const idDict: (x:{[id: string]: number}) => {[id: string]: number} = StdlibNoShimsJS.idDict as any; |
| 25 | + |
| 26 | +export const idMap: (x:Map<string,number>) => Map<string,number> = StdlibNoShimsJS.idMap as any; |
| 27 | + |
| 28 | +export const idWeakMap: (x:WeakMap<number[],number>) => WeakMap<number[],number> = StdlibNoShimsJS.idWeakMap as any; |
| 29 | + |
| 30 | +export const idSet: (x:Set<string>) => Set<string> = StdlibNoShimsJS.idSet as any; |
| 31 | + |
| 32 | +export const idWeakSet: (x:WeakSet<number[]>) => WeakSet<number[]> = StdlibNoShimsJS.idWeakSet as any; |
| 33 | + |
| 34 | +export const idArray: (x:number[]) => number[] = StdlibNoShimsJS.idArray as any; |
| 35 | + |
| 36 | +export const idUndefined: (x:(undefined | number)) => (undefined | number) = StdlibNoShimsJS.idUndefined as any; |
| 37 | + |
| 38 | +export const idNull: (x:(null | number)) => (null | number) = StdlibNoShimsJS.idNull as any; |
| 39 | + |
| 40 | +export const idNullable: (x:(null | undefined | number)) => (null | undefined | number) = StdlibNoShimsJS.idNullable as any; |
| 41 | + |
| 42 | +export const idOption: (x:(undefined | string)) => (undefined | string) = StdlibNoShimsJS.idOption as any; |
| 43 | + |
| 44 | +export const idJSON: (x:unknown) => unknown = StdlibNoShimsJS.idJSON as any; |
| 45 | + |
| 46 | +export const idResult: (x: |
| 47 | + { TAG: "Ok"; _0: number } |
| 48 | + | { TAG: "Error"; _0: string }) => |
| 49 | + { TAG: "Ok"; _0: number } |
| 50 | + | { TAG: "Error"; _0: string } = StdlibNoShimsJS.idResult as any; |
| 51 | + |
| 52 | +export const idResultAlias: (x: |
| 53 | + { TAG: "Ok"; _0: number } |
| 54 | + | { TAG: "Error"; _0: string }) => |
| 55 | + { TAG: "Ok"; _0: number } |
| 56 | + | { TAG: "Error"; _0: string } = StdlibNoShimsJS.idResultAlias as any; |
| 57 | + |
| 58 | +export const idRef: (x:{ contents: number }) => { contents: number } = StdlibNoShimsJS.idRef as any; |
| 59 | + |
| 60 | +export const returnsUnit: () => void = StdlibNoShimsJS.returnsUnit as any; |
| 61 | + |
| 62 | +export const idTuple: (x:[number, string, number]) => [number, string, number] = StdlibNoShimsJS.idTuple as any; |
| 63 | + |
| 64 | +export const idArrayBuffer: (x:ArrayBuffer) => ArrayBuffer = StdlibNoShimsJS.idArrayBuffer as any; |
| 65 | + |
| 66 | +export const idDataView: (x:DataView) => DataView = StdlibNoShimsJS.idDataView as any; |
| 67 | + |
| 68 | +export const idInt8Array: (x:Int8Array) => Int8Array = StdlibNoShimsJS.idInt8Array as any; |
| 69 | + |
| 70 | +export const idUint8Array: (x:Uint8Array) => Uint8Array = StdlibNoShimsJS.idUint8Array as any; |
| 71 | + |
| 72 | +export const idUint8ClampedArray: (x:Uint8ClampedArray) => Uint8ClampedArray = StdlibNoShimsJS.idUint8ClampedArray as any; |
| 73 | + |
| 74 | +export const idInt16Array: (x:Int16Array) => Int16Array = StdlibNoShimsJS.idInt16Array as any; |
| 75 | + |
| 76 | +export const idUint16Array: (x:Uint16Array) => Uint16Array = StdlibNoShimsJS.idUint16Array as any; |
| 77 | + |
| 78 | +export const idInt32Array: (x:Int32Array) => Int32Array = StdlibNoShimsJS.idInt32Array as any; |
| 79 | + |
| 80 | +export const idUint32Array: (x:Uint32Array) => Uint32Array = StdlibNoShimsJS.idUint32Array as any; |
| 81 | + |
| 82 | +export const idFloat32Array: (x:Float32Array) => Float32Array = StdlibNoShimsJS.idFloat32Array as any; |
| 83 | + |
| 84 | +export const idFloat64Array: (x:Float64Array) => Float64Array = StdlibNoShimsJS.idFloat64Array as any; |
| 85 | + |
| 86 | +export const idBigInt64Array: (x:BigInt64Array) => BigInt64Array = StdlibNoShimsJS.idBigInt64Array as any; |
| 87 | + |
| 88 | +export const idBigUint64Array: (x:BigUint64Array) => BigUint64Array = StdlibNoShimsJS.idBigUint64Array as any; |
| 89 | + |
| 90 | +export const idSymbol: (x:symbol) => symbol = StdlibNoShimsJS.idSymbol as any; |
| 91 | + |
| 92 | +export const idIterator: (x:Iterator<number>) => Iterator<number> = StdlibNoShimsJS.idIterator as any; |
| 93 | + |
| 94 | +export const idAsyncIterator: (x:AsyncIterator<number>) => AsyncIterator<number> = StdlibNoShimsJS.idAsyncIterator as any; |
| 95 | + |
| 96 | +export const idOrdering: (x:number) => number = StdlibNoShimsJS.idOrdering as any; |
| 97 | + |
| 98 | +export const idIntlCollator: (x:Intl.Collator) => Intl.Collator = StdlibNoShimsJS.idIntlCollator as any; |
| 99 | + |
| 100 | +export const idIntlDateTimeFormat: (x:Intl.DateTimeFormat) => Intl.DateTimeFormat = StdlibNoShimsJS.idIntlDateTimeFormat as any; |
| 101 | + |
| 102 | +export const idIntlListFormat: (x:Intl.ListFormat) => Intl.ListFormat = StdlibNoShimsJS.idIntlListFormat as any; |
| 103 | + |
| 104 | +export const idIntlLocale: (x:Intl.Locale) => Intl.Locale = StdlibNoShimsJS.idIntlLocale as any; |
| 105 | + |
| 106 | +export const idIntlNumberFormat: (x:Intl.NumberFormat) => Intl.NumberFormat = StdlibNoShimsJS.idIntlNumberFormat as any; |
| 107 | + |
| 108 | +export const idIntlPluralRules: (x:Intl.PluralRules) => Intl.PluralRules = StdlibNoShimsJS.idIntlPluralRules as any; |
| 109 | + |
| 110 | +export const idIntlRelativeTimeFormat: (x:Intl.RelativeTimeFormat) => Intl.RelativeTimeFormat = StdlibNoShimsJS.idIntlRelativeTimeFormat as any; |
| 111 | + |
| 112 | +export const idIntlSegmenter: (x:Intl.Segmenter) => Intl.Segmenter = StdlibNoShimsJS.idIntlSegmenter as any; |
| 113 | + |
| 114 | +export const idIntlSegments: (x:Intl.Segments) => Intl.Segments = StdlibNoShimsJS.idIntlSegments as any; |
| 115 | + |
| 116 | +export const idJsError: (x:Error) => Error = StdlibNoShimsJS.idJsError as any; |
| 117 | + |
| 118 | +export const idObj: (x:{}) => {} = StdlibNoShimsJS.idObj as any; |
0 commit comments