functionalscript
Version:
FunctionalScript is a purely functional subset of JavaScript
22 lines (21 loc) • 486 B
TypeScript
declare const _default: {
literal: () => void;
ownProperty: {
null: {
throw: () => PropertyDescriptor | undefined;
};
undefined: {
throw: () => PropertyDescriptor | undefined;
};
bool: () => void;
array: () => void;
object: {
null: () => void;
undefined: () => void;
};
string: {
number: () => void;
};
};
};
export default _default;